Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# CDDL HEADER END
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# Use is subject to license terms.
8f51f7ee933762df1a1e52caee78f5564fcf0730Christian Maeder# This makefile drives the production of the specfs file system
88c800932dd7053322501ea2039d9f234be6866cKlaus Luettich# kernel module.
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# intel architecture dependent
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
3474624438293363cada4e49225aae1e292fa597Christian Maeder# Define the module and object file sets.
6e049108aa87dc46bcff96fae50a4625df1d9648Klaus Luettich# Include common rules.
c6fcd42c6d6d9dae8c7835c24fcb7ce8531a9050Christian Maeder# Define targets
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder# Override defaults to build a unique, local modstubs.o.
a3c6d8e0670bf2aa71bc8e2a3b1f45d56dd65e4cChristian Maeder$(MODSTUBS_O) := AS_CPPFLAGS += -DSPEC_MODULE
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# For now, disable these lint checks; maintainers should endeavor
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# to investigate and remove these for maximum lint coverage.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Please do not carry these forward to new Makefiles.
fd09d0eee026d0db12542af37fd0fbd0790f0eeaChristian Maeder# Default build targets.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Include common targets.