21 #
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 MODULE = unix.so
27 MDBTGT = kvm
28
29 MODSRCS = unix.c i86mmu.c
30
31 include ../../../../../Makefile.cmd
32 include ../../../../../Makefile.cmd.64
33 include ../../../../intel/Makefile.amd64
34 include ../../../Makefile.i86pc
35 include ../../../../Makefile.module
36
37 CPPFLAGS += -DMP -D_MACHDEP
38 CPPFLAGS += -I../../../../common
39 CPPFLAGS += -I$(SRC)/uts/i86pc
40 CPPFLAGS += -I$(SRC)/uts/intel
41
42 CERRWARN += -_gcc=-Wno-char-subscripts
43 CERRWARN += -_gcc=-Wno-parentheses
44 CERRWARN += -_gcc=-Wno-unused-label
45 CERRWARN += -_gcc=-Wno-uninitialized
|
21 #
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 MODULE = unix.so
27 MDBTGT = kvm
28
29 MODSRCS = unix.c i86mmu.c
30
31 include ../../../../../Makefile.cmd
32 include ../../../../../Makefile.cmd.64
33 include ../../../../intel/Makefile.amd64
34 include ../../../Makefile.i86pc
35 include ../../../../Makefile.module
36
37 CPPFLAGS += -DMP -D_MACHDEP
38 CPPFLAGS += -I../../../../common
39 CPPFLAGS += -I$(SRC)/uts/i86pc
40 CPPFLAGS += -I$(SRC)/uts/intel
41 CPPFLAGS += -I$(SRC)/common
42
43 CERRWARN += -_gcc=-Wno-char-subscripts
44 CERRWARN += -_gcc=-Wno-parentheses
45 CERRWARN += -_gcc=-Wno-unused-label
46 CERRWARN += -_gcc=-Wno-uninitialized
|