2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-03-15 22:36:58 +00:00
u-boot/lib/acpi/Makefile

15 lines
356 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0+
#
obj-$(CONFIG_$(SPL_)ACPIGEN) += acpigen.o
obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_device.o
obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_dp.o
obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_table.o
obj-y += acpi_writer.o
# With QEMU the ACPI tables come from there, not from U-Boot
ifndef CONFIG_QEMU
obj-y += base.o
obj-y += facs.o
endif