summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/vds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/vds/Makefile')
-rw-r--r--usr/src/uts/sun4v/vds/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/vds/Makefile b/usr/src/uts/sun4v/vds/Makefile
index 7ed0c7e1fa..eb9d23499e 100644
--- a/usr/src/uts/sun4v/vds/Makefile
+++ b/usr/src/uts/sun4v/vds/Makefile
@@ -25,7 +25,7 @@
#
# uts/sun4v/vds/Makefile
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+#ident "%Z%%M% %I% %E% SMI"
#
# This makefile drives the production of the vds driver module.
#
@@ -81,6 +81,14 @@ 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
+
+#
# Default build targets.
#
.KEEP_STATE: