mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 22:33:36 +08:00
49ab747f66
This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
142 B
Makefile
5 lines
142 B
Makefile
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
|