mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -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>
4 lines
142 B
Text
4 lines
142 B
Text
common-obj-$(CONFIG_DS1225Y) += ds1225y.o
|
|
common-obj-y += eeprom93xx.o
|
|
common-obj-y += fw_cfg.o
|
|
common-obj-$(CONFIG_MAC_NVRAM) += mac_nvram.o
|