diff options
Diffstat (limited to 'usr/src/uts/intel/wc')
-rw-r--r-- | usr/src/uts/intel/wc/Makefile | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/usr/src/uts/intel/wc/Makefile b/usr/src/uts/intel/wc/Makefile index 29f823b998..d84d5a4faa 100644 --- a/usr/src/uts/intel/wc/Makefile +++ b/usr/src/uts/intel/wc/Makefile @@ -24,7 +24,7 @@ # Use is subject to license terms. # # -# This makefile drives the production of the wc driver +# This makefile drives the production of the wc driver # kernel module. # # intel implementation architecture independent @@ -43,9 +43,6 @@ OBJECTS = $(WC_OBJS:%=$(OBJS_DIR)/%) LINTS = $(WC_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/common/io -WARLOCK_OUT = $(WC_OBJS:%.o=%.ll) -WARLOCK_OK = $(MODULE).ok -WLCMD_DIR = $(UTSBASE)/common/io/warlock # # Include common rules. @@ -91,37 +88,3 @@ install: $(INSTALL_DEPS) # Include common targets. # include $(UTSBASE)/intel/Makefile.targ - -# -# Defines for local commands -# -TEST = test -WLCC = wlcc -TOUCH = touch -WARLOCK = warlock - -# -# warlock targets -# - -# -# vcons_conf.c is compile to genunix, add it to WARLOCK_OUT -# -WARLOCK_OUT += vcons_conf.ll - -warlock: $(WARLOCK_OUT) sdev_vtops.file warlock_ddi.files - $(WARLOCK) -c $(WLCMD_DIR)/wc.wlcmd $(WARLOCK_OUT) \ - -l ../../intel/warlock/ddi_dki_impl.ll - $(WARLOCK) -c $(WLCMD_DIR)/wc_devfs.wlcmd sdev_vtops.ll vcons_conf.ll \ - -l ../../intel/warlock/ddi_dki_impl.ll - $(TOUCH) $(WARLOCK_OK) - -%.ll: $(UTSBASE)/common/io/%.c - $(WLCC) $(CPPFLAGS) -DDEBUG -o $@ $< - -sdev_vtops.file: - $(WLCC) $(CPPFLAGS) -DDEBUG -o sdev_vtops.ll -c \ - ../../common/fs/dev/sdev_vtops.c - -warlock_ddi.files: - @cd ../../intel/warlock; pwd; $(MAKE) warlock |