Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# CDDL HEADER START
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# You may not use this file except in compliance with the License.
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# See the License for the specific language governing permissions
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# and limitations under the License.
1c57c3f79db0bf0358bbe6d7b5ad650c0c852f4bTinderbox User# When distributing Covered Code, include this CDDL HEADER in each
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# If applicable, add the following below this CDDL HEADER, with the
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
f9ce6280cec79deb16ff6d9807aa493ff23e10d9Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# CDDL HEADER END
46472a450e043434d78fa18edc73bca8c47f3981Tinderbox User# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
46472a450e043434d78fa18edc73bca8c47f3981Tinderbox User# Use is subject to license terms.
46472a450e043434d78fa18edc73bca8c47f3981Tinderbox User#ident "%Z%%M% %I% %E% SMI"
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# This makefile drives the production of the dnet
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# network driver kernel module.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# i86pc architecture dependent
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Define the module and object file sets.
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User# Include common rules.
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User# Define targets
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox UserINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User$(NOT_RELEASE_BUILD)DEBUG_DEFS += $(DEBUG_FLGS)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Only build 32-bit version (until hat_getkfpnum() call is removed)
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User# See PSARC 2004/405
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# For now, disable these lint checks; maintainers should endeavor
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# to investigate and remove these for maximum lint coverage.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Please do not carry these forward to new Makefiles.
45571e73747cb97c4abcdc7be8cc0c484b1b0e42Tinderbox User# Default build targets.
63d4f7ac5634f3b20d42cc160c01ac03d013b11cTinderbox User# Include common targets.