24 #
25
26 MODULE = etm
27 CLASS = arch
28 ARCH = sun4v
29
30 SRCS = etm.c etm_xport_api_dd.c etm_filter.c etm_ckpt.c
31
32 include ../../Makefile.plugin
33
34 CPPFLAGS += -I$(SRC)/uts/sun4v \
35 -I$(SRC)/uts/common \
36 -I$(ROOT)/usr/platform/sun4v/include
37 LDLIBS += -L$(ROOT)/usr/lib/fm -lldom -ltopo
38 LDFLAGS += -R/usr/lib/fm
39
40 DYNFLAGS += -R/usr/lib
41
42 CERRWARN += -_gcc=-Wno-unused-value
43 CERRWARN += -_gcc=-Wno-parentheses
44 CERRWARN += -_gcc=-Wno-uninitialized
|
24 #
25
26 MODULE = etm
27 CLASS = arch
28 ARCH = sun4v
29
30 SRCS = etm.c etm_xport_api_dd.c etm_filter.c etm_ckpt.c
31
32 include ../../Makefile.plugin
33
34 CPPFLAGS += -I$(SRC)/uts/sun4v \
35 -I$(SRC)/uts/common \
36 -I$(ROOT)/usr/platform/sun4v/include
37 LDLIBS += -L$(ROOT)/usr/lib/fm -lldom -ltopo
38 LDFLAGS += -R/usr/lib/fm
39
40 DYNFLAGS += -R/usr/lib
41
42 CERRWARN += -_gcc=-Wno-unused-value
43 CERRWARN += -_gcc=-Wno-parentheses
44 CERRWARN += $(CNOWARN_UNINIT)
|