Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# CDDL HEADER START
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# The contents of this file are subject to the terms of the
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# Common Development and Distribution License (the "License").
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# You may not use this file except in compliance with the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# or http://www.opensolaris.org/os/licensing.
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# See the License for the specific language governing permissions
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# and limitations under the License.
0756445a735e2df39bf798d8de42ae5dd030aa3bMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# If applicable, add the following below this CDDL HEADER, with the
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
a02a0a8a7eb461619931f4a0e896afa247b52c54Mark Andrews# CDDL HEADER END
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# Use is subject to license terms.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# This makefile drives the production of the specfs file system
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# kernel module.
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# intel architecture dependent
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
a0624cf8d5711cca4e3907859fbc8062a7e460faMark Andrews# Define the module and object file sets.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# Include common rules.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Define targets
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# Override defaults to build a unique, local modstubs.o.
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# For now, disable these lint checks; maintainers should endeavor
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# to investigate and remove these for maximum lint coverage.
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# Please do not carry these forward to new Makefiles.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# Default build targets.
c25080dc50542213058c240226c9f342186e6285Mark Andrews# Include common targets.