]> Git Repo - J-u-boot.git/blame - lib/acpi/Makefile
Merge branch 'next-clk-sync' of https://source.denx.de/u-boot/custodians/u-boot-sh
[J-u-boot.git] / lib / acpi / Makefile
CommitLineData
91fe8b79
SG
1# SPDX-License-Identifier: GPL-2.0+
2#
3
37bf4407
SG
4obj-y += acpi.o
5
0992a90d
SG
6ifdef CONFIG_$(SPL_TPL_)GENERATE_ACPI_TABLE
7
437992d3
SG
8obj-$(CONFIG_$(SPL_)ACPIGEN) += acpigen.o
9obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_device.o
10obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_dp.o
11obj-$(CONFIG_$(SPL_)ACPIGEN) += acpi_table.o
cc1f8c39 12obj-y += acpi_writer.o
94ba15a3
SG
13
14# With QEMU the ACPI tables come from there, not from U-Boot
b2f088c1 15ifndef CONFIG_QFW_ACPI
94ba15a3 16obj-y += base.o
85b8161b 17obj-y += csrt.o
058fb9f5 18obj-y += mcfg.o
eacb6d0b
SG
19
20# Sandbox does not build a .asl file
21ifndef CONFIG_SANDBOX
22obj-y += dsdt.o
23endif
24
a53d38f8 25obj-y += facs.o
d9531375 26obj-y += ssdt.o
94ba15a3 27endif
0992a90d
SG
28
29endif # GENERATE_ACPI_TABLE
This page took 0.112481 seconds and 4 git commands to generate.