Makefile revision ff0e937b36dcde1a47ff7b00aa76a491c0dc07a8
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# You may not use this file except in compliance with the License.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# If applicable, add the following below this CDDL HEADER, with the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# fields enclosed by brackets "[]" replaced with your own identifying
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# information: Portions Copyright [yyyy] [name of copyright owner]
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# CDDL HEADER END
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# Use is subject to license terms.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# This makefile drives the production of the wusb_df driver kernel module.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# sparc architecture dependent
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# Path to the base of the uts directory tree (usually /usr/src/uts).
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem# Define the module and object file sets.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Include common rules.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# lint pass one enforcement
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# depends on misc/usba
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Define targets
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# For now, disable these lint checks; maintainers should endeavor
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# to investigate and remove these for maximum lint coverage.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Please do not carry these forward to new Makefiles.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Default build targets.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Include common targets.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# Defines for local commands.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd# lock_lint rules
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd$(WARLOCK_OK): $(WARLOCK_OUT) wusb_df.wlcmd warlock_ddi.files
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd $(WARLOCK) -c $(WLCMD_DIR)/wusb_df.wlcmd $(WARLOCK_OUT) \
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd $(WLCC) $(CPPFLAGS) -DDEBUG -DWUSB_DF_PM -DWUSB_DF_CPR -o $@ $<