mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -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
121 B
Text
3 lines
121 B
Text
common-obj-$(CONFIG_MAX7310) += max7310.o
|
|
common-obj-$(CONFIG_PL061) += pl061.o
|
|
common-obj-$(CONFIG_PUV3) += puv3_gpio.o
|