diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-09-20 15:35:55 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-20 15:35:55 +0000 |
commit | 5e520a7d500ec2569d22d80f9ef4272a34cb3c80 (patch) | |
tree | 0d9b2ad946225fadf44d44a2a9175c53a45229e6 /Makefile.target | |
parent | ca20cf32ab3d945155141ef737f5d08ebb373e1d (diff) |
Compile msix only once
Get page size in device init.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index bc3998a1de..39aac73a94 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 |