From 5e520a7d500ec2569d22d80f9ef4272a34cb3c80 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 20 Sep 2009 15:35:55 +0000 Subject: Compile msix only once Get page size in device init. Signed-off-by: Blue Swirl --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index bc3998a..39aac73 100644 --- a/Makefile.target +++ b/Makefile.target @@ -156,7 +156,7 @@ endif ifdef CONFIG_SOFTMMU obj-y = vl.o monitor.o pci.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o msix.o ioport.o + gdbstub.o gdbstub-xml.o ioport.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o virtio-pci.o -- cgit v1.1