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

9 lines
237 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