1 # SPDX-License-Identifier: GPL-2.0+
6 ifdef CONFIG_$(SPL_TPL_)GENERATE_ACPI_TABLE
8 obj-$(CONFIG_$(SPL_)ACPIGEN) += acpigen.o
9 obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_device.o
10 obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_dp.o
11 obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_table.o
12 obj-y += acpi_writer.o
14 # With QEMU the ACPI tables come from there, not from U-Boot
15 ifndef CONFIG_QFW_ACPI
20 # Sandbox does not build a .asl file
29 endif # GENERATE_ACPI_TABLE