diff options
Diffstat (limited to 'usr/src/uts/intel/hme/Makefile')
-rw-r--r-- | usr/src/uts/intel/hme/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/intel/hme/Makefile b/usr/src/uts/intel/hme/Makefile index 8f18f7c77d..c94b7b5ef9 100644 --- a/usr/src/uts/intel/hme/Makefile +++ b/usr/src/uts/intel/hme/Makefile @@ -37,7 +37,6 @@ UTSBASE = ../.. # MODULE = hme OBJECTS = $(HME_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(HME_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) # @@ -49,7 +48,6 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # @@ -78,12 +76,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |