summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/vis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/vis/Makefile')
-rw-r--r--usr/src/uts/sun4v/vis/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/src/uts/sun4v/vis/Makefile b/usr/src/uts/sun4v/vis/Makefile
index 522d46d84a..a440a4b59b 100644
--- a/usr/src/uts/sun4v/vis/Makefile
+++ b/usr/src/uts/sun4v/vis/Makefile
@@ -42,7 +42,6 @@ UTSBASE = ../..
#
MODULE = vis
OBJECTS = $(VIS_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(VIS_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_PSM_MISC_DIR)/$(MODULE)
#
@@ -54,11 +53,12 @@ include $(UTSBASE)/sun4v/Makefile.sun4v
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
-# lint pass one enforcement
+# 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.
#
CFLAGS += $(CCVERBOSE)
CERRWARN += $(CNOWARN_UNINIT)
@@ -73,12 +73,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#