mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -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>
3 lines
106 B
Text
3 lines
106 B
Text
common-obj-y += macio.o
|
|
common-obj-$(CONFIG_CUDA) += cuda.o
|
|
common-obj-$(CONFIG_MAC_DBDMA) += mac_dbdma.o
|