Message ID | 20101022204037.10161.83407.stgit@s20.home (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/Makefile.objs b/Makefile.objs index ca2d2d0..c097d25 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -201,8 +201,6 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o -hw-obj-y += msix.o - # PCI network cards hw-obj-y += ne2000.o hw-obj-y += eepro100.o diff --git a/Makefile.target b/Makefile.target index 347ad6b..63da13b 100644 --- a/Makefile.target +++ b/Makefile.target @@ -185,6 +185,7 @@ obj-y += rwhandler.o obj-$(CONFIG_KVM) += kvm.o kvm-all.o obj-$(CONFIG_NO_KVM) += kvm-stub.o obj-y += memory.o +obj-y += msix.o LIBS+=-lz diff --git a/hw/msix.c b/hw/msix.c index 4122395..23256c9 100644 --- a/hw/msix.c +++ b/hw/msix.c @@ -11,6 +11,7 @@ * the COPYING file in the top-level directory. */ +#include "config.h" #include "hw.h" #include "msix.h" #include "pci.h"