summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/sgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/sgen/Makefile')
-rw-r--r--usr/src/uts/sparc/sgen/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/src/uts/sparc/sgen/Makefile b/usr/src/uts/sparc/sgen/Makefile
index c41632c9b2..2e39800f92 100644
--- a/usr/src/uts/sparc/sgen/Makefile
+++ b/usr/src/uts/sparc/sgen/Makefile
@@ -25,7 +25,7 @@
#
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+#ident "%Z%%M% %I% %E% SMI"
#
# This makefile drives the production of the sgen driver.
# sparc architecture dependent
@@ -68,6 +68,14 @@ LDFLAGS += -dy -N"misc/scsi"
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.
#
.KEEP_STATE: