summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/dev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/dev/Makefile')
-rw-r--r--usr/src/uts/sparc/dev/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr/src/uts/sparc/dev/Makefile b/usr/src/uts/sparc/dev/Makefile
index dd1ad57edf..25fff33fec 100644
--- a/usr/src/uts/sparc/dev/Makefile
+++ b/usr/src/uts/sparc/dev/Makefile
@@ -61,10 +61,19 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
MODSTUBS_DIR = $(OBJS_DIR)
# $(MODSTUBS_O) := AS_CPPFLAGS += -DDEVFS_MODULE
# CLEANFILES += $(MODSTUBS_O)
-CFLAGS += -v
+CFLAGS += $(CCVERBOSE)
LDFLAGS += -dy -Nfs/devfs
#
+# 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_ASSIGN_NARROW_CONV
+LINTTAGS += -erroff=E_STATIC_UNUSED
+
+#
# Default build targets.
#
.KEEP_STATE: