mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw: move target-independent files to subdirectories
This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ce3b494cb5
commit
49ab747f66
227 changed files with 205 additions and 208 deletions
|
@ -0,0 +1,7 @@
|
|||
common-obj-y += isa-bus.o
|
||||
common-obj-$(CONFIG_APM) += apm.o
|
||||
common-obj-$(CONFIG_I82378) += i82378.o
|
||||
common-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o
|
||||
common-obj-$(CONFIG_PC87312) += pc87312.o
|
||||
common-obj-$(CONFIG_PIIX4) += piix4.o
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue