59 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
60 # machparam.h, even though we don't use anything there. This is a temporary
61 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
62 #
63 CPPFLAGS += -I$(SRC)/uts/i86pc
64 CPPFLAGS += -I$(SRC)/uts/i86xpv
65
66 # Needed to include c2/audit.h (from cred.h)
67 CPPFLAGS += -I$(SRC)/uts/common
68
69 # Needed to find include file mutex_impl.h
70 CPPFLAGS += -I$(SRC)/uts/intel
71
72 CERRWARN += -_gcc=-Wno-char-subscripts
73 CERRWARN += -_gcc=-Wno-unused-label
74 CERRWARN += -_gcc=-Wno-uninitialized
75 CERRWARN += -_gcc=-Wno-parentheses
76 CERRWARN += -_gcc=-Wno-type-limits
77
78 LINTFLAGS64 += -erroff=E_EMPTY_TRANSLATION_UNIT
|
59 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
60 # machparam.h, even though we don't use anything there. This is a temporary
61 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
62 #
63 CPPFLAGS += -I$(SRC)/uts/i86pc
64 CPPFLAGS += -I$(SRC)/uts/i86xpv
65
66 # Needed to include c2/audit.h (from cred.h)
67 CPPFLAGS += -I$(SRC)/uts/common
68
69 # Needed to find include file mutex_impl.h
70 CPPFLAGS += -I$(SRC)/uts/intel
71
72 CERRWARN += -_gcc=-Wno-char-subscripts
73 CERRWARN += -_gcc=-Wno-unused-label
74 CERRWARN += -_gcc=-Wno-uninitialized
75 CERRWARN += -_gcc=-Wno-parentheses
76 CERRWARN += -_gcc=-Wno-type-limits
77
78 LINTFLAGS64 += -erroff=E_EMPTY_TRANSLATION_UNIT
79
80 MODSRCS_DIR = ../../../intel/modules/genunix
|