]> git.proxmox.com Git - mirror_qemu.git/blob - hw/acpi/Makefile.objs
i386: Add x-force-features option for testing
[mirror_qemu.git] / hw / acpi / Makefile.objs
1 ifeq ($(CONFIG_ACPI),y)
2 common-obj-$(CONFIG_ACPI_X86) += core.o piix4.o pcihp.o
3 common-obj-$(CONFIG_ACPI_X86_ICH) += ich9.o tco.o
4 common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu_hotplug.o
5 common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o
6 common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o
7 common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o
8 common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o
9 common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o
10
11 common-obj-y += acpi_interface.o
12 common-obj-y += bios-linker-loader.o
13 common-obj-y += aml-build.o utils.o
14 common-obj-$(CONFIG_ACPI_PCI) += pci.o
15 common-obj-$(CONFIG_TPM) += tpm.o
16
17 common-obj-$(CONFIG_IPMI) += ipmi.o
18 common-obj-$(call lnot,$(CONFIG_IPMI)) += ipmi-stub.o
19 else
20 common-obj-y += acpi-stub.o
21 endif
22 common-obj-$(CONFIG_ALL) += acpi-stub.o ipmi-stub.o