mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-24 08:43:03 +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>
14 lines
358 B
Makefile
14 lines
358 B
Makefile
common-obj-y += pam.o
|
|
|
|
# PPC devices
|
|
common-obj-$(CONFIG_PREP_PCI) += prep.o
|
|
common-obj-$(CONFIG_GRACKLE_PCI) += grackle.o
|
|
# NewWorld PowerMac
|
|
common-obj-$(CONFIG_UNIN_PCI) += uninorth.o
|
|
common-obj-$(CONFIG_DEC_PCI) += dec.o
|
|
# PowerPC E500 boards
|
|
common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o
|
|
|
|
# ARM devices
|
|
common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o
|