summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/vdc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/vdc/Makefile')
-rw-r--r--usr/src/uts/sun4v/vdc/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/vdc/Makefile b/usr/src/uts/sun4v/vdc/Makefile
index b20f06c368..4ec8e6ae96 100644
--- a/usr/src/uts/sun4v/vdc/Makefile
+++ b/usr/src/uts/sun4v/vdc/Makefile
@@ -25,7 +25,7 @@
#
# uts/sun4v/vdc/Makefile
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+#ident "%Z%%M% %I% %E% SMI"
#
# This makefile drives the production of the vdc driver module.
#
@@ -82,6 +82,16 @@ LDFLAGS += -dy -Nmisc/ldc -Nmisc/platsvc
C99MODE = $(C99_ENABLE)
#
+# 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
+LINTTAGS += -erroff=E_SUSPICIOUS_COMPARISON
+
+#
# Default build targets.
#
.KEEP_STATE: