mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00

This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
225 B
Text
7 lines
225 B
Text
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
|
|
|