mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-17 04:01:43 +00:00

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