diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:13 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:13 +0000 |
commit | 6842a08ee0f59dd00adcd51fda4705c412b6a0dd (patch) | |
tree | 9bc6a91600da35a81087d84889476634d40f1377 /Makefile.target | |
parent | f1698408f1dcb7548a21828a0b1e2b530fae3af3 (diff) |
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.target | 2 |
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 |