mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 05:43:53 -06:00

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>
4 lines
215 B
Text
4 lines
215 B
Text
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
|