mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00

the will be later used for composing AML primitives and all that could be reused later for ARM machines as well. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Acked-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
5 lines
256 B
Text
5 lines
256 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
|
|
common-obj-$(CONFIG_ACPI) += aml-build.o
|