Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# CDDL HEADER START
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# The contents of this file are subject to the terms of the
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Common Development and Distribution License, Version 1.0 only
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# (the "License"). You may not use this file except in compliance
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# with the License.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# or http://www.opensolaris.org/os/licensing.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# See the License for the specific language governing permissions
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# and limitations under the License.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# When distributing Covered Code, include this CDDL HEADER in each
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# If applicable, add the following below this CDDL HEADER, with the
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# fields enclosed by brackets "[]" replaced with your own identifying
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# information: Portions Copyright [yyyy] [name of copyright owner]
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# CDDL HEADER END
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Use is subject to license terms.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi#ident "%Z%%M% %I% %E% SMI"
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# This makefile drives the production of the specfs file system
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# kernel module.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# sparc implementation architecture dependent
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Path to the base of the uts directory tree (usually /usr/src/uts).
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Define the module and object file sets.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Include common rules.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Define targets
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi$(MODSTUBS_O) := AS_CPPFLAGS += -DSPEC_MODULE
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Default build targets.
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# Include common targets.