summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/ata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/ata/Makefile')
-rw-r--r--usr/src/uts/i86pc/ata/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/ata/Makefile b/usr/src/uts/i86pc/ata/Makefile
index e371b5bc50..d84a07337b 100644
--- a/usr/src/uts/i86pc/ata/Makefile
+++ b/usr/src/uts/i86pc/ata/Makefile
@@ -23,7 +23,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+#ident "%Z%%M% %I% %E% SMI"
#
# This makefile drives the production of the ata "drv"
# kernel module.
@@ -66,6 +66,15 @@ DEBUG_DEFS += $(DEBUG_FLGS)
INC_PATH += -I$(UTSBASE)/intel/io/dktp/hba/ghd
#
+# 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_SUSPICIOUS_COMPARISON
+LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
+LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
+
+#
# Default build targets.
#
.KEEP_STATE: