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 ../../../../../Makefile.cmd.64
32 include ../../../../intel/Makefile.amd64
33 include ../../../Makefile.i86pc
34 include ../../../../Makefile.module
35
36 MODSRCS_DIR = ../../common
37
38 CPPFLAGS += -DMP -D_MACHDEP
39 CPPFLAGS += -I../../../../common
40 CPPFLAGS += -I../../common
41 CPPFLAGS += -I$(SRC)/uts/intel
42 CPPFLAGS += -I$(SRC)/uts/i86pc
|
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 ../../../../../Makefile.cmd.64
32 include ../../../../intel/Makefile.amd64
33 include ../../../Makefile.i86pc
34 include ../../../../Makefile.module
35
36 MODSRCS_DIR = ../../common
37
38 CPPFLAGS += -DMP -D_MACHDEP
39 CPPFLAGS += -I../../../../common
40 CPPFLAGS += -I../../common
41 CPPFLAGS += -I$(SRC)/uts/intel
42 CPPFLAGS += -I$(SRC)/uts/i86pc
43 CPPFLAGS += -I$(SRC)/common
|