22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 MODULE = pmcs.so
27 MDBTGT = kvm
28
29 MODSRCS = pmcs.c
30
31 include $(SRC)/cmd/Makefile.cmd
32 include $(SRC)/cmd/Makefile.cmd.64
33 include $(SRC)/cmd/mdb/intel/Makefile.amd64
34 include $(SRC)/cmd/mdb/Makefile.module
35
36 CSTD = $(CSTD_GNU99)
37
38 CPPFLAGS += -I$(SRC)/uts/common
39
40 CERRWARN += -_gcc=-Wno-switch
41 CERRWARN += -_gcc=-Wno-char-subscripts
42 CERRWARN += -_gcc=-Wno-uninitialized
|
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 MODULE = pmcs.so
27 MDBTGT = kvm
28
29 MODSRCS = pmcs.c
30
31 include $(SRC)/cmd/Makefile.cmd
32 include $(SRC)/cmd/Makefile.cmd.64
33 include $(SRC)/cmd/mdb/intel/Makefile.amd64
34 include $(SRC)/cmd/mdb/Makefile.module
35
36 CSTD = $(CSTD_GNU99)
37
38 CPPFLAGS += -I$(SRC)/uts/common
39
40 CERRWARN += -_gcc=-Wno-switch
41 CERRWARN += -_gcc=-Wno-char-subscripts
42 CERRWARN += $(CNOWARN_UNINIT)
|