Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER START
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Common Development and Distribution License, Version 1.0 only
199767f8919635c4928607450d9e0abb932109ceToomas Soome# (the "License"). You may not use this file except in compliance
199767f8919635c4928607450d9e0abb932109ceToomas Soome# with the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
199767f8919635c4928607450d9e0abb932109ceToomas Soome# See the License for the specific language governing permissions
199767f8919635c4928607450d9e0abb932109ceToomas Soome# and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
199767f8919635c4928607450d9e0abb932109ceToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# If applicable, add the following below this CDDL HEADER, with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER END
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Use is subject to license terms.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#ident "%Z%%M% %I% %E% SMI"
199767f8919635c4928607450d9e0abb932109ceToomas Soome# This makefile drives the production of the configured tunneling
199767f8919635c4928607450d9e0abb932109ceToomas Soome# streams kernel module.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# SPARC architecture dependent
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Path to the base of the uts directory tree (usually /usr/src/uts).
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Define the module and object file sets.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Extra for $(MODULE).check target
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Need to remove ipddi.o since it has non-static defines for _init etc.
199767f8919635c4928607450d9e0abb932109ceToomas SoomeEXTRA_CHECK_OBJS = $(IP_CHECK_OBJS:%=../ip/$(OBJS_DIR)/%)
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Include common rules.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Define targets
199767f8919635c4928607450d9e0abb932109ceToomas Soome# lint pass one enforcement
199767f8919635c4928607450d9e0abb932109ceToomas Soome# depends on ip and ip6
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Default build targets.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Include common targets.