22 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 MODULE = apix.so
26 MDBTGT = kvm
27
28 MODSRCS = apix.c apic_common.c intr_common.c
29
30 include ../../../../../Makefile.cmd
31 include ../../../../intel/Makefile.ia32
32 include ../../../Makefile.i86pc
33 include ../../../../Makefile.module
34
35 MODSRCS_DIR = ../../common
36
37 CPPFLAGS += -DMP -D_MACHDEP
38 CPPFLAGS += -I../../../../common
39 CPPFLAGS += -I../../common
40 CPPFLAGS += -I$(SRC)/uts/intel
41 CPPFLAGS += -I$(SRC)/uts/i86pc
|
22 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 MODULE = apix.so
26 MDBTGT = kvm
27
28 MODSRCS = apix.c apic_common.c intr_common.c
29
30 include ../../../../../Makefile.cmd
31 include ../../../../intel/Makefile.ia32
32 include ../../../Makefile.i86pc
33 include ../../../../Makefile.module
34
35 MODSRCS_DIR = ../../common
36
37 CPPFLAGS += -DMP -D_MACHDEP
38 CPPFLAGS += -I../../../../common
39 CPPFLAGS += -I../../common
40 CPPFLAGS += -I$(SRC)/uts/intel
41 CPPFLAGS += -I$(SRC)/uts/i86pc
42 CPPFLAGS += -I$(SRC)/common
|