summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/net80211/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/net80211/Makefile')
-rw-r--r--usr/src/uts/intel/net80211/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/usr/src/uts/intel/net80211/Makefile b/usr/src/uts/intel/net80211/Makefile
index 7bb82ef58c..096f1599fc 100644
--- a/usr/src/uts/intel/net80211/Makefile
+++ b/usr/src/uts/intel/net80211/Makefile
@@ -40,7 +40,6 @@ UTSBASE = ../..
#
MODULE = net80211
OBJECTS = $(NET80211_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(NET80211_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#
@@ -52,20 +51,19 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
# Overrides
#
-CFLAGS += $(CCVERBOSE)
-LDFLAGS += -dy -Nmisc/mac -Nmac/mac_wifi -Ndrv/ip
+LDFLAGS += -Nmisc/mac -Nmac/mac_wifi -Ndrv/ip
#
-# STREAMS API limitations force us to turn off these lint checks.
+# For now, disable these warnings; maintainers should endeavor
+# to investigate and remove these for maximum coverage.
+# Please do not carry these forward to new Makefiles.
#
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-
+CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-switch
CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_gcc=-Wno-parentheses
@@ -86,12 +84,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#