mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Include directives in default configs
Allow default configs to be split into several files. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
6e14404aab
commit
bd9141bb2e
3 changed files with 35 additions and 6 deletions
|
@ -160,7 +160,8 @@ user-obj-y += cutils.o cache-utils.o
|
|||
hw-obj-y =
|
||||
hw-obj-y += vl.o loader.o
|
||||
hw-obj-y += virtio.o virtio-console.o
|
||||
hw-obj-y += fw_cfg.o pci.o pci_host.o pcie_host.o pci_bridge.o
|
||||
hw-obj-y += fw_cfg.o
|
||||
hw-obj-$(CONFIG_PCI) += pci.o pci_host.o pcie_host.o pci_bridge.o
|
||||
hw-obj-y += ioh3420.o xio3130_upstream.o xio3130_downstream.o
|
||||
hw-obj-y += watchdog.o
|
||||
hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue