diff options
Diffstat (limited to 'usr/src/uts/intel/ral/Makefile')
| -rw-r--r-- | usr/src/uts/intel/ral/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/src/uts/intel/ral/Makefile b/usr/src/uts/intel/ral/Makefile index 50458e4d39..3c5b091bd2 100644 --- a/usr/src/uts/intel/ral/Makefile +++ b/usr/src/uts/intel/ral/Makefile @@ -23,7 +23,6 @@ # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" # # This makefile drives the production of the wpi driver kernel module. # @@ -40,7 +39,6 @@ UTSBASE = ../.. # MODULE = ral OBJECTS = $(RAL_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(RAL_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) # @@ -52,13 +50,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 +LDFLAGS += -Nmisc/mac -Nmisc/net80211 # # Default build targets. @@ -73,12 +70,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |
