summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/scsa1394
diff options
context:
space:
mode:
authorshidokht <none@none>2007-03-19 11:20:20 -0700
committershidokht <none@none>2007-03-19 11:20:20 -0700
commit4e942d8cd27c7f8bb80549d7c2564445f19ba4a3 (patch)
tree66df9728823499387cc771922355cc3d94cec3da /usr/src/uts/sparc/scsa1394
parentc37dbf9c476e22c4b69d2920cba15874c1f949bd (diff)
downloadillumos-joyent-4e942d8cd27c7f8bb80549d7c2564445f19ba4a3.tar.gz
6529244 warlock warning on sd related changes with cmlb
Diffstat (limited to 'usr/src/uts/sparc/scsa1394')
-rw-r--r--usr/src/uts/sparc/scsa1394/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/uts/sparc/scsa1394/Makefile b/usr/src/uts/sparc/scsa1394/Makefile
index 7562390b96..5cb23287f2 100644
--- a/usr/src/uts/sparc/scsa1394/Makefile
+++ b/usr/src/uts/sparc/scsa1394/Makefile
@@ -19,7 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
@@ -124,6 +124,7 @@ TEST = test
SBP2_FILES = $(SBP2_OBJS:%.o= -l ../sbp2/%.ll)
SD_FILES = $(SD_OBJS:%.o=../sd/%.ll)
SCSI_FILES = $(SCSI_OBJS:%.o= -l ../scsi/%.ll)
+CMLB_FILES = $(CMLB_OBJS:%.o=-l ../cmlb/%.ll)
warlock: $(WARLOCK_OK)
@@ -131,9 +132,10 @@ warlock: $(WARLOCK_OK)
cd $(WLCMD_DIR); $(TEST) -f $@ || $(SCCS) get $@
$(WARLOCK_OK): $(WARLOCK_OUT) sbp2.files warlock_ddi.files scsa1394.wlcmd \
- sd.files scsi.files
+ sd.files scsi.files cmlb.files
$(WARLOCK) -c $(WLCMD_DIR)/scsa1394.wlcmd $(WARLOCK_OUT) $(SD_FILES) \
$(SCSI_FILES) \
+ $(CMLB_FILES) \
$(SBP2_FILES) \
-l ../warlock/ddi_dki_impl.ll
$(TOUCH) $@
@@ -153,4 +155,7 @@ sd.files:
scsi.files:
@cd ../scsi; pwd; $(MAKE) warlock
+cmlb.files:
+ @cd ../cmlb; pwd; $(MAKE) warlock
+