diff options
Diffstat (limited to 'usr/src/uts/intel/pem/Makefile')
-rw-r--r-- | usr/src/uts/intel/pem/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/uts/intel/pem/Makefile b/usr/src/uts/intel/pem/Makefile index 999610c160..c6d5576937 100644 --- a/usr/src/uts/intel/pem/Makefile +++ b/usr/src/uts/intel/pem/Makefile @@ -24,7 +24,7 @@ # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" +#ident "%Z%%M% %I% %E% SMI" # # This file makes the PCMCIA Event Manager driver for a intel system # @@ -65,6 +65,13 @@ $(MODSTUBS_O) := AS_CPPFLAGS += -DPEM_MODULE CLEANFILES += $(MODSTUBS_O) # +# 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 + +# # Default build targets. # .KEEP_STATE: |