diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-06-11 14:41:06 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-06-19 13:08:57 -0400 |
commit | 5c25b6f10367f6cb7b3d8b8bc7e374712eb977c2 (patch) | |
tree | 7cb7ebf21b71e454d7cf797f93245fb71a6f6fb9 /usr/src/uts/intel/eibnx | |
parent | eb28af623974cfc31cb4545d2965bbaca3fb6888 (diff) | |
download | illumos-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/eibnx')
-rw-r--r-- | usr/src/uts/intel/eibnx/Makefile | 42 |
1 files changed, 3 insertions, 39 deletions
diff --git a/usr/src/uts/intel/eibnx/Makefile b/usr/src/uts/intel/eibnx/Makefile index 790d52d56e..dfcbf6bdc7 100644 --- a/usr/src/uts/intel/eibnx/Makefile +++ b/usr/src/uts/intel/eibnx/Makefile @@ -42,9 +42,6 @@ OBJECTS = $(EIBNX_OBJS:%=$(OBJS_DIR)/%) LINTS = $(EIBNX_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/common/io/ib/clients/eoib -WARLOCK_OUT = $(EIBNX_OBJS:%.o=%.ll) -WARLOCK_OK = $(MODULE).ok -WLCMD_DIR = $(UTSBASE)/common/io/warlock # # Include common rules @@ -62,9 +59,9 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # CPPFLAGS += -DENX_DEBUG -# -# Lint pass one enforcement -# +# +# Lint pass one enforcement +# CFLAGS += $(CCVERBOSE) # @@ -90,10 +87,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) @@ -107,34 +102,3 @@ install: $(INSTALL_DEPS) # Include common targets # include $(UTSBASE)/intel/Makefile.targ - -# -# Defines for local commands -# -WARLOCK = warlock -WLCC = wlcc -TOUCH = touch -TEST = test - -warlock: $(WARLOCK_OK) - -$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/eibnx.wlcmd warlock_ddi.files - $(WARLOCK) -c $(WLCMD_DIR)/eibnx.wlcmd $(WARLOCK_OUT) \ - -l ../warlock/ddi_dki_impl.ll - $(TOUCH) $@ - -%.ll: $(UTSBASE)/common/io/ib/clients/eoib/enx_main.c \ - $(UTSBASE)/common/io/ib/clients/eoib/enx_hdlrs.c \ - $(UTSBASE)/common/io/ib/clients/eoib/enx_ibt.c \ - $(UTSBASE)/common/io/ib/clients/eoib/enx_log.c \ - $(UTSBASE)/common/io/ib/clients/eoib/enx_fip.c \ - $(UTSBASE)/common/io/ib/clients/eoib/enx_misc.c \ - $(UTSBASE)/common/io/ib/clients/eoib/enx_q.c \ - $(UTSBASE)/common/io/ib/clients/eoib/enx_ctl.c \ - $(UTSBASE)/common/sys/ib/clients/eoib/fip.h \ - $(UTSBASE)/common/sys/ib/clients/eoib/eib.h \ - $(UTSBASE)/common/sys/ib/clients/eoib/enx_impl.h - $(WLCC) $(CPPFLAGS) -DDEBUG -o $@ $< - -warlock_ddi.files: - @cd ../warlock; pwd; $(MAKE) warlock |