Makefile revision d73ae94e59c019f5cc3221ee0a0012d02091b40e
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# CDDL HEADER START
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# The contents of this file are subject to the terms of the
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Common Development and Distribution License (the "License").
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# You may not use this file except in compliance with the License.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# See the License for the specific language governing permissions
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# and limitations under the License.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# CDDL HEADER END
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Use is subject to license terms.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# This makefile drives the production of the usb_ia driver kernel module.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# sparc architecture dependent
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User#ident "%Z%%M% %I% %E% SMI"
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Path to the base of the uts directory tree (usually /usr/src/uts).
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Define the module and object file sets.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Include common rules.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# lint pass one enforcement
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Define targets
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Include common targets.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Defines for local commands.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# lock_lint rules
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User cd $(WLCMD_DIR); $(TEST) -f $@ || $(SCCS) get $@
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User$(WARLOCK_OK): $(WARLOCK_OUT) usb_ia.wlcmd warlock_ddi.files
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User $(WARLOCK) -c $(WLCMD_DIR)/usb_ia.wlcmd $(WARLOCK_OUT) \
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox Userwarlock_with_usba: usb_ia_with_usba.wlcmd $(WARLOCK_OUT) usba_files \
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User ohci_files ehci_files uhci_files warlock_ddi.files
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User $(WARLOCK) -c $(WLCMD_DIR)/usb_ia_with_usba.wlcmd \