Makefile revision 4de2612967d06c4fdbf524a62556a1e8118a006f
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License, Version 1.0 only
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# (the "License"). You may not use this file except in compliance
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# with the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# See the License for the specific language governing permissions
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# and limitations under the License.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# fields enclosed by brackets "[]" replaced with your own identifying
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
072440df4f65033eb058c06f2cc72be450606720Jeremy Reed# CDDL HEADER END
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# ident "%Z%%M% %I% %E% SMI"
072440df4f65033eb058c06f2cc72be450606720Jeremy Reed# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Use is subject to license terms.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This makefile drives the production of the fas driver kernel module.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# sparc architecture dependent
704e6c8876907aac0bf7380effca8bca400d4acdMark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
030aac3dbc57f99bad1d251b0783890ff0369952Automatic Updater# Define the module and object file sets.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark AndrewsCFLAGS += -I../../common/sys -I../../sun/sys/scsi -D_KERNEL
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Defines for local commands.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# lock_lint rules
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntall: warlock warlock.1394 warlock.audio warlock.ecpp warlock.scsi \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein @cd ../scsa2usb; rm -f *.ll *.ok; $(MAKE) warlock
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein @cd ../usb_mid; rm -f *.ll *.ok; $(MAKE) warlock
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein @cd ../usbser_edge; rm -f *.ll *.ok; $(MAKE) warlock
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein @cd ../usbsksp; rm -f *.ll *.ok; $(MAKE) warlock
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein @cd ../usbsprl; rm -f *.ll *.ok; $(MAKE) warlock
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein @cd ../usbskel; rm -f *.ll *.ok; $(MAKE) warlock
b98225ff8a5721a998ccb440df4d261488fef163Mark Andrews @cd ../audiosup; rm -f *.ll *.ok; $(MAKE) warlock
b98225ff8a5721a998ccb440df4d261488fef163Mark Andrews @cd ../amsrc1; rm -f *.ll *.ok; $(MAKE) warlock
ca6e60cb704c4c8eea1385a9fbef3eaa476eca28Evan Hunt @cd ../audiovia823x; rm -f *.ll *.ok; $(MAKE) warlock
b98225ff8a5721a998ccb440df4d261488fef163Mark Andrews @cd ../usb_ah; rm -f *.ll *.ok; $(MAKE) warlock