mirror of
https://github.com/qemu/qemu.git
synced 2024-12-05 01:33:41 +08:00
09852232ee
There are plans to use bios linker by MIPS, ARM. It's only used by ACPI ATM, so put it in hw/acpi and make it depend on CONFIG_ACPI. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
5 lines
215 B
Makefile
5 lines
215 B
Makefile
common-obj-$(CONFIG_ACPI) += core.o piix4.o ich9.o pcihp.o cpu_hotplug.o
|
|
common-obj-$(CONFIG_ACPI) += memory_hotplug.o
|
|
common-obj-$(CONFIG_ACPI) += acpi_interface.o
|
|
common-obj-$(CONFIG_ACPI) += bios-linker-loader.o
|