Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews# CDDL HEADER START
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# The contents of this file are subject to the terms of the
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# Common Development and Distribution License (the "License").
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# You may not use this file except in compliance with the License.
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# and limitations under the License.
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3eb9ec750c9088869170dda63e8899b2ba462823Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# This makefile drives the production of the DCA kCF provider.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# intel implementation architecture dependent
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Define the module and object file sets.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Include common rules.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# set signing mode
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Define targets
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# C99 mode is needed for dca
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# For now, disable these lint checks; maintainers should endeavor
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# to investigate and remove these for maximum lint coverage.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Please do not carry these forward to new Makefiles.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Default build targets.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Include common targets.