19 # CDDL HEADER END
20 #
21 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
22 # Use is subject to license terms.
23 #
24 MODULE = cpu.generic.so
25 MDBTGT = kvm
26
27 MODSRCS = gcpu.c
28
29 include ../../../../../Makefile.cmd
30 include ../../../../../Makefile.cmd.64
31 include ../../../../intel/Makefile.amd64
32 include ../../../../Makefile.module
33
34 CPPFLAGS += -I../../../../common
35 CPPFLAGS += -I$(SRC)/uts/i86pc/cpu
36 CPPFLAGS += -I$(SRC)/uts/intel
37 CPPFLAGS += -I$(SRC)/uts/i86pc
38
39 CERRWARN += -_gcc=-Wno-uninitialized
|
19 # CDDL HEADER END
20 #
21 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
22 # Use is subject to license terms.
23 #
24 MODULE = cpu.generic.so
25 MDBTGT = kvm
26
27 MODSRCS = gcpu.c
28
29 include ../../../../../Makefile.cmd
30 include ../../../../../Makefile.cmd.64
31 include ../../../../intel/Makefile.amd64
32 include ../../../../Makefile.module
33
34 CPPFLAGS += -I../../../../common
35 CPPFLAGS += -I$(SRC)/uts/i86pc/cpu
36 CPPFLAGS += -I$(SRC)/uts/intel
37 CPPFLAGS += -I$(SRC)/uts/i86pc
38
39 CERRWARN += $(CNOWARN_UNINIT)
|