Makefile revision bf56214c0556fa6864189c826d39dbe156bb22a0
c8175ece69d986ccd0671bc4d2571b247dfae177Automatic Updater# CDDL HEADER START
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# The contents of this file are subject to the terms of the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Common Development and Distribution License (the "License").
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You may not use this file except in compliance with the License.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# or http://www.opensolaris.org/os/licensing.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# See the License for the specific language governing permissions
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# and limitations under the License.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# If applicable, add the following below this CDDL HEADER, with the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
271c4c7ffafeb0bda21278af6cac4535c0193f18Automatic Updater# CDDL HEADER END
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Use is subject to license terms.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#ident "%Z%%M% %I% %E% SMI"
f690123c15ce847b78eb68ba842a94c88a8e5529Michael Graff# This makefile drives the production of the usbser kernel module.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Path to the base of the uts directory tree (usually /usr/src/uts).
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington# Define the module and object file sets.
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington# Include common rules.
2534a73a5914470f7ffe00663b6bbaff5e411e57Mark Andrews# lint pass one enforcement
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington# Define targets
e8892697f98b9154cd390c13205b75d1f038fd4dBrian Wellington# For now, disable these lint checks; maintainers should endeavor
e8892697f98b9154cd390c13205b75d1f038fd4dBrian Wellington# to investigate and remove these for maximum lint coverage.
93d6dfaf66258337985427c86181f01fc51f0bb4Mark Andrews# Please do not carry these forward to new Makefiles.
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews# Include common targets.
3727725bb7d63605b68a644060857013d563b67fEvan Hunt# Defines for local commands.
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington$(WARLOCK_OK): $(WARLOCK_OUT) $(WARLOCK_CMD) warlock_ddi.files
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington $(WARLOCK) -c $(WARLOCK_CMD) $(WARLOCK_OUT) \