diff options
Diffstat (limited to 'usr/src/uts/intel/urtw/Makefile')
| -rw-r--r-- | usr/src/uts/intel/urtw/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/intel/urtw/Makefile b/usr/src/uts/intel/urtw/Makefile index 12c20b148c..677a66681a 100644 --- a/usr/src/uts/intel/urtw/Makefile +++ b/usr/src/uts/intel/urtw/Makefile @@ -40,7 +40,6 @@ UTSBASE = ../.. # MODULE = urtw OBJECTS = $(URTW_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(URTW_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) # @@ -52,13 +51,12 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # # Driver depends on GLDv3 & wifi kernel support module. # -LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Nmisc/usba +LDFLAGS += -Nmisc/mac -Nmisc/net80211 -Nmisc/usba CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-switch @@ -81,12 +79,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |
