1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 22# 23# sparc architecture dependent 24# 25# uts/sparc/warlock/Makefile 26# 27# Path to the base of the uts directory tree (usually /usr/src/uts). 28# 29UTSBASE = ../.. 30 31# 32# Define the module and object file sets. 33# 34MODULE = warlock 35ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) 36 37.KEEP_STATE: 38 39CFLAGS += -I../../common/sys -I../../sun/sys/scsi -D_KERNEL 40# 41# Defines for local commands. 42# 43WARLOCK = warlock 44WLCC = wlcc 45TOUCH = touch 46TEST = test 47 48include $(UTSBASE)/sparc/Makefile.sparc 49 50# 51# lock_lint rules 52# 53all: warlock warlock.1394 warlock.ecpp warlock.scsi \ 54 warlock.usb warlock.ib warlock.sata warlock.wc 55 56warlock: $(MODULE).ok 57 58warlock.ok: ddi_dki_impl.ll scsi.ll 59 $(TOUCH) $@ 60 61%.ll: $(UTSBASE)/common/io/warlock/%.c 62 $(WLCC) $(CPPFLAGS) -DDEBUG -o $@ $< 63 64warlock.usb: 65 @cd ../usba; $(MAKE) clean; $(MAKE) warlock 66 @cd ../ohci; $(MAKE) clean; $(MAKE) warlock 67 @cd ../uhci; $(MAKE) clean; $(MAKE) warlock 68 @cd ../ehci; $(MAKE) clean; $(MAKE) warlock 69 @cd ../hid; $(MAKE) clean; $(MAKE) warlock 70 @cd ../scsa2usb; $(MAKE) clean; $(MAKE) warlock 71 @cd ../usb_ac; $(MAKE) clean; $(MAKE) warlock 72 @cd ../usb_as; $(MAKE) clean; $(MAKE) warlock 73 @cd ../usb_ah; $(MAKE) clean; $(MAKE) warlock 74 @cd ../ugen; $(MAKE) clean; $(MAKE) warlock 75 @cd ../usb_mid; $(MAKE) clean; $(MAKE) warlock 76 @cd ../usb_ia; $(MAKE) clean; $(MAKE) warlock 77 @cd ../usbprn; $(MAKE) clean; $(MAKE) warlock 78 @cd ../usbser; $(MAKE) clean; $(MAKE) warlock 79 @cd ../usbsksp; $(MAKE) clean; $(MAKE) warlock 80 @cd ../usbsprl; $(MAKE) clean; $(MAKE) warlock 81 @cd ../usbsacm; $(MAKE) clean; $(MAKE) warlock 82 @cd ../usbecm; $(MAKE) clean; $(MAKE) warlock 83 @cd ../usbskel; $(MAKE) clean; $(MAKE) warlock 84$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/usbser_edge; \ 85 $(MAKE) clean; $(MAKE) warlock 86 87warlock.scsi: 88 @cd ../dad; $(MAKE) clean; $(MAKE) warlock 89 @cd ../dada; $(MAKE) clean; $(MAKE) warlock 90 @cd ../esp; $(MAKE) clean; $(MAKE) warlock 91 @cd ../fas; $(MAKE) clean; $(MAKE) warlock 92 @cd ../sd; $(MAKE) clean; $(MAKE) warlock 93 @cd ../ses; $(MAKE) clean; $(MAKE) warlock 94 @cd ../st; $(MAKE) clean; $(MAKE) warlock 95 @cd ../ssd; $(MAKE) clean; $(MAKE) warlock 96$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/uata; $(MAKE) clean; $(MAKE) warlock 97$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/glm; $(MAKE) clean; $(MAKE) warlock 98$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/mpt; $(MAKE) clean; $(MAKE) warlock 99$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/ifp; $(MAKE) clean; $(MAKE) warlock 100$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/isp; $(MAKE) clean; $(MAKE) warlock 101 102warlock.1394: 103 @cd ../s1394; $(MAKE) clean; $(MAKE) warlock 104 @cd ../hci1394; $(MAKE) clean; $(MAKE) warlock 105 @cd ../scsa1394; $(MAKE) clean; $(MAKE) warlock 106 @cd ../av1394; $(MAKE) clean; $(MAKE) warlock 107 108warlock.ecpp: 109 @cd ../ecpp; $(MAKE) clean; $(MAKE) warlock 110 111warlock.ib: 112 @cd ../ibmf; $(MAKE) clean; $(MAKE) warlock 113 @cd ../ib; $(MAKE) clean; $(MAKE) warlock 114 @cd ../ibtl; $(MAKE) clean; $(MAKE) warlock 115 @cd ../ibcm; $(MAKE) clean; $(MAKE) warlock 116 @cd ../ibd; $(MAKE) clean; $(MAKE) warlock 117$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/tavor; $(MAKE) clean; $(MAKE) warlock 118$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/hermon; $(MAKE) clean; $(MAKE) warlock 119$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/daplt; $(MAKE) clean; $(MAKE) warlock 120 121warlock.sata: 122 @cd ../sata; $(MAKE) clean; $(MAKE) warlock 123 @cd ../si3124; $(MAKE) clean; $(MAKE) warlock 124 @cd ../ahci; $(MAKE) clean; $(MAKE) warlock 125 @cd ../nv_sata; $(MAKE) clean; $(MAKE) warlock 126$(CLOSED_BUILD) @cd $(CLOSED)/uts/sparc/marvell88sx; \ 127 $(MAKE) clean; $(MAKE) warlock 128 129warlock.wc: 130 @cd ../wc; $(MAKE) clean; $(MAKE) warlock 131