6a997d3b76
No need to include them in libqemustub.a, since only system emulators need them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
15 lines
544 B
Makefile
15 lines
544 B
Makefile
common-obj-$(CONFIG_ACPI_X86) += core.o piix4.o pcihp.o
|
|
common-obj-$(CONFIG_ACPI_X86_ICH) += ich9.o tco.o
|
|
common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu_hotplug.o
|
|
common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o
|
|
common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o
|
|
common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o
|
|
|
|
common-obj-y += acpi_interface.o
|
|
common-obj-y += bios-linker-loader.o
|
|
common-obj-y += aml-build.o
|
|
|
|
common-obj-$(CONFIG_IPMI) += ipmi.o
|
|
common-obj-$(call lnot,$(CONFIG_IPMI)) += ipmi-stub.o
|
|
common-obj-$(CONFIG_ALL) += ipmi-stub.o
|