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