50 include ../../Makefile.sparcv9
51 include ../../../Makefile.module
52
53 dmod/$(MODULE) := LDLIBS += -lm -lproc
54
55 #
56 # We are not actually hardwiring some dependency on sun4u, we just need to
57 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
58 # machparam.h, even though we don't use anything there. This is a temporary
59 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
60 #
61 CPPFLAGS += -I$(SRC)/uts/sun4u
62
63 # Needed to include c2/audit.h (from cred.h)
64 CPPFLAGS += -I$(SRC)/uts/common
65 # Needed to find include file mutex_impl.h
66 CPPFLAGS += -I$(SRC)/uts/sparc/v9
67
68 CERRWARN += -_gcc=-Wno-char-subscripts
69 CERRWARN += -_gcc=-Wno-unused-label
70 CERRWARN += -_gcc=-Wno-uninitialized
71 CERRWARN += -_gcc=-Wno-parentheses
72 CERRWARN += -_gcc=-Wno-type-limits
73
74 LINTFLAGS64 += -erroff=E_EMPTY_TRANSLATION_UNIT
75
76 MODSRCS_DIR = ../../../sparc/modules/genunix
|
50 include ../../Makefile.sparcv9
51 include ../../../Makefile.module
52
53 dmod/$(MODULE) := LDLIBS += -lm -lproc
54
55 #
56 # We are not actually hardwiring some dependency on sun4u, we just need to
57 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
58 # machparam.h, even though we don't use anything there. This is a temporary
59 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
60 #
61 CPPFLAGS += -I$(SRC)/uts/sun4u
62
63 # Needed to include c2/audit.h (from cred.h)
64 CPPFLAGS += -I$(SRC)/uts/common
65 # Needed to find include file mutex_impl.h
66 CPPFLAGS += -I$(SRC)/uts/sparc/v9
67
68 CERRWARN += -_gcc=-Wno-char-subscripts
69 CERRWARN += -_gcc=-Wno-unused-label
70 CERRWARN += $(CNOWARN_UNINIT)
71 CERRWARN += -_gcc=-Wno-parentheses
72 CERRWARN += -_gcc=-Wno-type-limits
73
74 LINTFLAGS64 += -erroff=E_EMPTY_TRANSLATION_UNIT
75
76 MODSRCS_DIR = ../../../sparc/modules/genunix
|