summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/stmf_sbd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/stmf_sbd/Makefile')
-rw-r--r--usr/src/uts/sparc/stmf_sbd/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/uts/sparc/stmf_sbd/Makefile b/usr/src/uts/sparc/stmf_sbd/Makefile
index bbee85d605..cd6f841ccd 100644
--- a/usr/src/uts/sparc/stmf_sbd/Makefile
+++ b/usr/src/uts/sparc/stmf_sbd/Makefile
@@ -37,7 +37,6 @@ ARCHDIR:sh = cd ..; basename `pwd`
#
MODULE = stmf_sbd
OBJECTS = $(STMF_SBD_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(STMF_SBD_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io/comstar/lu/stmf_sbd
@@ -50,7 +49,6 @@ include ../Makefile.$(ARCHDIR)
# Define targets
#
ALL_TARGET = $(BINARY) $(SRC_CONFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
@@ -64,11 +62,9 @@ INC_PATH += -I$(UTSBASE)/common/fs/zfs
C99LMODE= -Xc99=%all
#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
+# For now, disable these warnings; maintainers should endeavor
+# to investigate and remove these for maximum coverage.
#
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-LINTTAGS += -erroff=E_STATIC_UNUSED
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-parentheses
@@ -88,12 +84,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#