summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/mwlfw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/mwlfw/Makefile')
-rw-r--r--usr/src/uts/intel/mwlfw/Makefile20
1 files changed, 1 insertions, 19 deletions
diff --git a/usr/src/uts/intel/mwlfw/Makefile b/usr/src/uts/intel/mwlfw/Makefile
index 5885c6fc98..af61ae53b0 100644
--- a/usr/src/uts/intel/mwlfw/Makefile
+++ b/usr/src/uts/intel/mwlfw/Makefile
@@ -35,7 +35,6 @@ UTSBASE = ../..
#
MODULE = mwlfw
OBJECTS = $(MWLFW_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(MWLFW_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
FWOBJ = $(OBJS_DIR)/$(MODULE).o
@@ -47,25 +46,14 @@ OBJECTS += $(FWOBJ)
#
include $(UTSBASE)/intel/Makefile.intel
-LDFLAGS =
+LDFLAGS =
#
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
-# Please do not carry these forward to new Makefiles.
-#
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
-LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
-LINTTAGS += -erroff=E_STATIC_UNUSED
-
-#
# Default build targets.
#
.KEEP_STATE:
@@ -78,12 +66,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)