diff options
Diffstat (limited to 'usr/src/uts/intel/ath/Makefile')
-rw-r--r-- | usr/src/uts/intel/ath/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/uts/intel/ath/Makefile b/usr/src/uts/intel/ath/Makefile index 30c72db1b4..f8b99f879b 100644 --- a/usr/src/uts/intel/ath/Makefile +++ b/usr/src/uts/intel/ath/Makefile @@ -39,10 +39,6 @@ UTSBASE = ../.. # MODULE = ath OBJECTS = $(ATH_OBJS:%=$(OBJS_DIR)/%) $(OBJS_DIR)/hal.o -LINTS = $(LINTS_DIR)/ath_aux.ln \ - $(LINTS_DIR)/ath_main.ln \ - $(LINTS_DIR)/ath_osdep.ln \ - $(LINTS_DIR)/ath_rate.ln ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) @@ -55,7 +51,6 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # @@ -83,12 +78,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |