summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:14 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:14 +0000
commitc1f63a9d43f294d53e5f78f3534e5b8198e1fa74 (patch)
tree93d3c21b8e41895d14c1510a88aab631fd76a588 /Makefile.target
parent6842a08ee0f59dd00adcd51fda4705c412b6a0dd (diff)
downloadhqemu-c1f63a9d43f294d53e5f78f3534e5b8198e1fa74.zip
hqemu-c1f63a9d43f294d53e5f78f3534e5b8198e1fa74.tar.gz
Compile pcie_host only once
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 fc8589c..b1d6a7f 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_host.o pcie_host.o machine.o gdbstub.o
+obj-y = vl.o monitor.o pci_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
OpenPOWER on IntegriCloud