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>
4 lines
181 B
Text
4 lines
181 B
Text
common-obj-y += core.o smbus.o smbus_eeprom.o
|
|
common-obj-$(CONFIG_VERSATILE_I2C) += versatile_i2c.o
|
|
common-obj-$(CONFIG_ACPI) += smbus_ich9.o
|
|
common-obj-$(CONFIG_APM) += pm_smbus.o
|