summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:13 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:13 +0000
commit6842a08ee0f59dd00adcd51fda4705c412b6a0dd (patch)
tree9bc6a91600da35a81087d84889476634d40f1377 /Makefile.target
parentf1698408f1dcb7548a21828a0b1e2b530fae3af3 (diff)
downloadqemu-6842a08ee0f59dd00adcd51fda4705c412b6a0dd.tar.gz
Compile pci only once
Move coalesced_mmio declarations to a more accessible location. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index b42dae2e0f..fc8589c462 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -161,7 +161,7 @@ endif #CONFIG_BSD_USER
# System emulator target
ifdef CONFIG_SOFTMMU
-obj-y = vl.o monitor.o pci.o pci_host.o pcie_host.o machine.o gdbstub.o
+obj-y = vl.o monitor.o pci_host.o pcie_host.o machine.o gdbstub.o
obj-y += qemu-timer.o
# virtio has to be here due to weird dependency between PCI and virtio-net.
# need to fix this properly