summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/ldc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/ldc/Makefile')
-rw-r--r--usr/src/uts/sun4v/ldc/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/ldc/Makefile b/usr/src/uts/sun4v/ldc/Makefile
index ef3961d65c..73e43e63fe 100644
--- a/usr/src/uts/sun4v/ldc/Makefile
+++ b/usr/src/uts/sun4v/ldc/Makefile
@@ -67,7 +67,15 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
# lint pass one enforcement
#
-CFLAGS += -v
+CFLAGS += $(CCVERBOSE)
+
+#
+# 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
#
# Default build targets.