20 #
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 ../../../../intel/Makefile.ia32
33 include ../../../Makefile.i86pc
34 include ../../../../Makefile.module
35
36 CPPFLAGS += -DMP -D_MACHDEP
37 CPPFLAGS += -I../../../../common
38 CPPFLAGS += -I$(SRC)/uts/i86pc
39 CPPFLAGS += -I$(SRC)/uts/intel
40
41 CERRWARN += -_gcc=-Wno-char-subscripts
42 CERRWARN += -_gcc=-Wno-parentheses
43 CERRWARN += -_gcc=-Wno-unused-label
44 CERRWARN += -_gcc=-Wno-uninitialized
|
20 #
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 ../../../../intel/Makefile.ia32
33 include ../../../Makefile.i86pc
34 include ../../../../Makefile.module
35
36 CPPFLAGS += -DMP -D_MACHDEP
37 CPPFLAGS += -I../../../../common
38 CPPFLAGS += -I$(SRC)/uts/i86pc
39 CPPFLAGS += -I$(SRC)/uts/intel
40 CPPFLAGS += -I$(SRC)/common
41
42 CERRWARN += -_gcc=-Wno-char-subscripts
43 CERRWARN += -_gcc=-Wno-parentheses
44 CERRWARN += -_gcc=-Wno-unused-label
45 CERRWARN += -_gcc=-Wno-uninitialized
|