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