Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# CDDL HEADER START
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# The contents of this file are subject to the terms of the
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Common Development and Distribution License (the "License").
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# You may not use this file except in compliance with the License.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# See the License for the specific language governing permissions
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# and limitations under the License.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# When distributing Covered Code, include this CDDL HEADER in each
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# If applicable, add the following below this CDDL HEADER, with the
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# CDDL HEADER END
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Use is subject to license terms.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# ident "%Z%%M% %I% %E% SMI"
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# This makefile drives the production of the icmp IP driver
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# intel implementation architecture dependent
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Define the module and object file sets.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Extra for $(MODULE).check target
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Need to remove ipddi.o since it has non-static defines for _init etc.
5383c976362d5b18656cf7b9248b2063a764a203vboxsyncEXTRA_CHECK_OBJS = $(IP_CHECK_OBJS:%=../ip/$(OBJS_DIR)/%)
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Include common rules.
d1966fe9681e9a100f8c895f08e450fc32dafd48vboxsync# Define targets
5383c976362d5b18656cf7b9248b2063a764a203vboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# depends on ip
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# For now, disable these lint checks; maintainers should endeavor
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# to investigate and remove these for maximum lint coverage.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Please do not carry these forward to new Makefiles.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Default build targets.
5383c976362d5b18656cf7b9248b2063a764a203vboxsync# Include common targets.