summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/s1394/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/s1394/Makefile')
-rw-r--r--usr/src/uts/sparc/s1394/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/usr/src/uts/sparc/s1394/Makefile b/usr/src/uts/sparc/s1394/Makefile
index 5ac3270bd3..5122529ec5 100644
--- a/usr/src/uts/sparc/s1394/Makefile
+++ b/usr/src/uts/sparc/s1394/Makefile
@@ -43,8 +43,6 @@ MODULE = s1394
OBJECTS = $(S1394_OBJS:%=$(OBJS_DIR)/%)
LINTS = $(S1394_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
-WARLOCK_OUT = $(S1394_OBJS:%.o=%.ll)
-WARLOCK_OK = $(MODULE).ok
#
# Include common rules.
@@ -100,10 +98,8 @@ def: $(DEF_DEPS)
all: $(ALL_DEPS)
clean: $(CLEAN_DEPS)
- $(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
clobber: $(CLOBBER_DEPS)
- $(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
lint: $(LINT_DEPS)
@@ -117,24 +113,3 @@ install: $(INSTALL_DEPS)
# Include common targets.
#
include $(UTSBASE)/sparc/Makefile.targ
-
-#
-# Defines for local commands.
-#
-WLCC = wlcc
-TOUCH = touch
-
-#
-# Warlock targets
-#
-warlock: $(MODULE).ok
-
-$(MODULE).ok: $(WARLOCK_OUT) warlock_ddi.files
- $(TOUCH) $@
-
-%.ll: $(UTSBASE)/common/io/1394/%.c
- $(WLCC) $(CPPFLAGS) -DNPROBE -DDEBUG -o $@ $<
-
-warlock_ddi.files:
- @cd ../warlock; pwd; $(MAKE) warlock
-