blob: 9f70fe69d3e274cec3dbb705a39aad69f2f8676e [file] [log] [blame]
Simon Glassb2672ea2020-04-08 16:57:38 -06001# SPDX-License-Identifier: GPL-2.0+
2#
3
Simon Glass29e64b52021-12-01 09:02:43 -07004obj-$(CONFIG_$(SPL_)ACPIGEN) += acpigen.o
5obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_device.o
6obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_dp.o
7obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_table.o
Simon Glass37acc662021-12-01 09:02:48 -07008obj-y += acpi_writer.o
Simon Glasse9f6e6a2021-12-01 09:02:50 -07009
10# With QEMU the ACPI tables come from there, not from U-Boot
11ifndef CONFIG_QEMU
12obj-y += base.o
Simon Glassf53f57d2021-12-01 09:02:51 -070013obj-y += facs.o
Simon Glasse9f6e6a2021-12-01 09:02:50 -070014endif