Makefile revision 3f7d54a6b84904c8f4d8daa4c7b577bede7df8b9
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# CDDL HEADER START
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# The contents of this file are subject to the terms of the
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Common Development and Distribution License (the "License").
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# You may not use this file except in compliance with the License.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# See the License for the specific language governing permissions
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# and limitations under the License.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# When distributing Covered Code, include this CDDL HEADER in each
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# If applicable, add the following below this CDDL HEADER, with the
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# fields enclosed by brackets "[]" replaced with your own identifying
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# information: Portions Copyright [yyyy] [name of copyright owner]
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# CDDL HEADER END
3f7d54a6b84904c8f4d8daa4c7b577bede7df8b9Garrett D'Amore# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Path to the base of the uts directory tree (usually /usr/src/uts).
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Define the module and object file sets.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997fritsCFLAGS += -I../../common/sys -I../../sun/sys/scsi -D_KERNEL
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Defines for local commands.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# lock_lint rules
88447a05f537aabe9a1bc3d5313f22581ec992a7Garrett D'Amoreall: warlock warlock.1394 warlock.ecpp warlock.scsi \
3f7d54a6b84904c8f4d8daa4c7b577bede7df8b9Garrett D'Amore warlock.usb warlock.ib warlock.sata warlock.wc
bf56214c0556fa6864189c826d39dbe156bb22a0stevel$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/glm; $(MAKE) clean; $(MAKE) warlock
bf56214c0556fa6864189c826d39dbe156bb22a0stevel$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/mpt; $(MAKE) clean; $(MAKE) warlock
bf56214c0556fa6864189c826d39dbe156bb22a0stevel$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/tavor; $(MAKE) clean; $(MAKE) warlock
7dd1301a036abbcd0ac2caa6f44a9b0281be1e41Bill Taylor$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/hermon; $(MAKE) clean; $(MAKE) warlock
bf56214c0556fa6864189c826d39dbe156bb22a0stevel$(CLOSED_BUILD) @cd $(CLOSED)/uts/intel/daplt; $(MAKE) clean; $(MAKE) warlock