Makefile revision 1c42de6d020629af774dd9e9fc81be3f3ed9398e
59602f2a7c4e4809941583bed3e94cd26e628f1aTinderbox User# CDDL HEADER START
c78c39caab4cf8b5daefc9c65878f7f5ed3eb7a0Tinderbox User# The contents of this file are subject to the terms of the
f536382c59dd492a14667b753816d920f9981f1cTinderbox User# Common Development and Distribution License (the "License").
827f8cccb5280f4da66c46186e792d1cb9d73503Mark Andrews# You may not use this file except in compliance with the License.
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
287a6a8f9040dc43560cd69cddf83bfc0f53b76fTinderbox User# See the License for the specific language governing permissions
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews# and limitations under the License.
e5a6871cd0635ecdb2bf792316a2d8c53206f4b2Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
950d203b64f512b85fcc093ee1e9e3e531a1aea3Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupont# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Use is subject to license terms.
d5637bdbb931ff79fced3d4858d83212ea58ed15Tinderbox User# ident "%Z%%M% %I% %E% SMI"
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User# This makefile drives the production of the i2bsc nexus driver.
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User# Path to the base of the uts directory tree (usually /usr/src/uts).
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews# Define the module and object file sets.
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# Include common rules.
827f8cccb5280f4da66c46186e792d1cb9d73503Mark Andrews# lint pass one enforcement
827f8cccb5280f4da66c46186e792d1cb9d73503Mark Andrews# Define targets
3759f10fc543747668b1ca4b4671f35b0dea8445Francis DupontINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updater# For now, disable these lint checks; maintainers should endeavor
e813f036c8251b6d9d2a72fa84f80c2c9d2795afMark Andrews# to investigate and remove these for maximum lint coverage.
280a8a0544b4aeb52414d20e8c6e6c5b1108562eTinderbox User# Please do not carry these forward to new Makefiles.
280a8a0544b4aeb52414d20e8c6e6c5b1108562eTinderbox User# Defines for local commands.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Warlock targets
9ecb5d33470ebfb3719a1b8d56bcefdf4b27f7b2Tinderbox User $(WLCC) $(CFLAGS) $(CPPFLAGS) -DDEBUG -o $@ $<
e813f036c8251b6d9d2a72fa84f80c2c9d2795afMark Andrews# Include common targets