]> git.proxmox.com Git - mirror_qemu.git/blob - hw/acpi/Makefile.objs
acpi: cpuhp: add CPU devices AML with _STA method
[mirror_qemu.git] / hw / acpi / Makefile.objs
1 common-obj-$(CONFIG_ACPI_X86) += core.o piix4.o pcihp.o
2 common-obj-$(CONFIG_ACPI_X86_ICH) += ich9.o tco.o
3 common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu_hotplug.o
4 common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o memory_hotplug_acpi_table.o
5 common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o
6 obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o
7 common-obj-$(CONFIG_ACPI) += acpi_interface.o
8 common-obj-$(CONFIG_ACPI) += bios-linker-loader.o
9 common-obj-$(CONFIG_ACPI) += aml-build.o
10 common-obj-$(call land,$(CONFIG_ACPI),$(CONFIG_IPMI)) += ipmi.o