Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
1107fe62c304df86356b39a2f8de2c1149234fe0jwoolley# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
45740d5cd30d22f067c05b95f04f866abd7ebed8jwoolley# You may not use this file except in compliance with the License.
0bd0176ce9f4321eeb506aa372d0bcc84befbf4cstriker# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# See the License for the specific language governing permissions
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# and limitations under the License.
d89c116f82699294ca744125723651c554bc5925wrowe# When distributing Covered Code, include this CDDL HEADER in each
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# If applicable, add the following below this CDDL HEADER, with the
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# fields enclosed by brackets "[]" replaced with your own identifying
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# information: Portions Copyright [yyyy] [name of copyright owner]
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# CDDL HEADER END
571760de5e60c0b459cb11be45507b923cd023eejwoolley# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
9180a5933673ffb1af633c255ceee029340f3b1erbb# Use is subject to license terms.
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe#ident "%Z%%M% %I% %E% SMI"
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# This makefile drives the production of the consms driver
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# intel implementation architecture dependent
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# Path to the base of the uts directory tree (usually /usr/src/uts).
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# Define the module and object file sets.
10270f6f94b2069d0d357805c140a9897449b9ccianh# Include common rules.
1107fe62c304df86356b39a2f8de2c1149234fe0jwoolley# Define targets
45b0e1c775c1cfed6473c9e5304179ccb9609f53stoddardINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz# For now, disable these lint checks; maintainers should endeavor
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz# to investigate and remove these for maximum lint coverage.
f17588e04d2412bf1345783ed1d173322d728d6ftrawick# Please do not carry these forward to new Makefiles.
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz# Default build targets.
ddd44b06b04507cae083c52451e28f54f0bdb5afstoddard# Include common targets.