mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Compile pci only once
Move coalesced_mmio declarations to a more accessible location. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f1698408f1
commit
6842a08ee0
4 changed files with 13 additions and 14 deletions
|
@ -129,7 +129,7 @@ user-obj-y += cutils.o cache-utils.o
|
|||
hw-obj-y =
|
||||
hw-obj-y += loader.o
|
||||
hw-obj-y += virtio.o virtio-console.o
|
||||
hw-obj-y += fw_cfg.o
|
||||
hw-obj-y += fw_cfg.o pci.o
|
||||
hw-obj-y += watchdog.o
|
||||
hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o
|
||||
hw-obj-$(CONFIG_ECC) += ecc.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue