summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/warlock
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2017-06-11 14:41:06 +0300
committerRichard Lowe <richlowe@richlowe.net>2017-06-19 13:08:57 -0400
commit5c25b6f10367f6cb7b3d8b8bc7e374712eb977c2 (patch)
tree7cb7ebf21b71e454d7cf797f93245fb71a6f6fb9 /usr/src/uts/intel/warlock
parenteb28af623974cfc31cb4545d2965bbaca3fb6888 (diff)
downloadillumos-joyent-5c25b6f10367f6cb7b3d8b8bc7e374712eb977c2.tar.gz
8367 remove warlock leftovers from usr/src/uts Makefiles
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/intel/warlock')
-rw-r--r--usr/src/uts/intel/warlock/Makefile116
1 files changed, 0 insertions, 116 deletions
diff --git a/usr/src/uts/intel/warlock/Makefile b/usr/src/uts/intel/warlock/Makefile
deleted file mode 100644
index b109499204..0000000000
--- a/usr/src/uts/intel/warlock/Makefile
+++ /dev/null
@@ -1,116 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-
-#
-# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
-#
-# uts/intel/warlock/Makefile
-#
-# Path to the base of the uts directory tree (usually /usr/src/uts).
-#
-UTSBASE = ../..
-
-#
-# Define the module and object file sets.
-#
-MODULE = warlock
-ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
-
-.KEEP_STATE:
-
-CFLAGS += -I../../common/sys -I../../sun/sys/scsi -D_KERNEL
-#
-# Defines for local commands.
-#
-WARLOCK = warlock
-WLCC = wlcc
-TOUCH = touch
-TEST = test
-
-include $(UTSBASE)/intel/Makefile.intel
-
-#
-# lock_lint rules
-#
-all: warlock warlock.1394 warlock.ecpp warlock.scsi \
- warlock.usb warlock.ib warlock.sata warlock.wc \
- warlock.audiohd
-
-warlock: $(MODULE).ok
-
-warlock.ok: ddi_dki_impl.ll scsi.ll
- $(TOUCH) $@
-
-%.ll: $(UTSBASE)/common/io/warlock/%.c
- $(WLCC) $(CPPFLAGS) -DDEBUG -o $@ $<
-
-warlock.usb:
- @cd ../usba; $(MAKE) clean; $(MAKE) warlock
- @cd ../ohci; $(MAKE) clean; $(MAKE) warlock
- @cd ../uhci; $(MAKE) clean; $(MAKE) warlock
- @cd ../ehci; $(MAKE) clean; $(MAKE) warlock
- @cd ../hid; $(MAKE) clean; $(MAKE) warlock
- @cd ../scsa2usb; $(MAKE) clean; $(MAKE) warlock
- @cd ../usb_ac; $(MAKE) clean; $(MAKE) warlock
- @cd ../usb_as; $(MAKE) clean; $(MAKE) warlock
- @cd ../usb_ah; $(MAKE) clean; $(MAKE) warlock
- @cd ../ugen; $(MAKE) clean; $(MAKE) warlock
- @cd ../usb_mid; $(MAKE) clean; $(MAKE) warlock
- @cd ../usbprn; $(MAKE) clean; $(MAKE) warlock
- @cd ../usbser; $(MAKE) clean; $(MAKE) warlock
- @cd ../usbsksp; $(MAKE) clean; $(MAKE) warlock
- @cd ../usbsprl; $(MAKE) clean; $(MAKE) warlock
- @cd ../usbsacm; $(MAKE) clean; $(MAKE) warlock
- @cd ../usbecm; $(MAKE) clean; $(MAKE) warlock
- @cd ../usbskel; $(MAKE) clean; $(MAKE) warlock
-
-warlock.scsi:
- @cd ../sd; $(MAKE) clean; $(MAKE) warlock
- @cd ../ses; $(MAKE) clean; $(MAKE) warlock
- @cd ../st; $(MAKE) clean; $(MAKE) warlock
-
-warlock.1394:
- @cd ../s1394; $(MAKE) clean; $(MAKE) warlock
- @cd ../hci1394; $(MAKE) clean; $(MAKE) warlock
- @cd ../scsa1394; $(MAKE) clean; $(MAKE) warlock
- @cd ../av1394; $(MAKE) clean; $(MAKE) warlock
-
-warlock.ecpp:
- @cd ../ecpp; $(MAKE) clean; $(MAKE) warlock
-
-warlock.ib:
- @cd ../ibmf; $(MAKE) clean; $(MAKE) warlock
- @cd ../ib; $(MAKE) clean; $(MAKE) warlock
- @cd ../ibtl; $(MAKE) clean; $(MAKE) warlock
- @cd ../ibcm; $(MAKE) clean; $(MAKE) warlock
- @cd ../ibd; $(MAKE) clean; $(MAKE) warlock
-
-warlock.sata:
- @cd ../sata; $(MAKE) clean; $(MAKE) warlock
- @cd ../si3124; $(MAKE) clean; $(MAKE) warlock
- @cd ../nv_sata; $(MAKE) clean; $(MAKE) warlock
- @cd ../ahci; $(MAKE) clean; $(MAKE) warlock
-
-warlock.wc:
- @cd ../wc; $(MAKE) clean; $(MAKE) warlock
-
-warlock.audiohd:
- @cd ../audiohd; $(MAKE) clean; $(MAKE) warlock