diff options
| author | Tom Rini <[email protected]> | 2022-02-10 09:02:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-10 09:19:44 -0500 |
| commit | 2ccd2bc8c3580e00c51094c5cc2b3e2ead8d35c3 (patch) | |
| tree | 4e7349b8831fee4b342a971025273d3cd042a2f9 /lib/acpi/Makefile | |
| parent | 6662e5e406fdee26ba981dd4af3308f51f254f0a (diff) | |
| parent | f3078d4ea707931c2307a623ecf6e4d215b413d5 (diff) | |
Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
patman snake-case conversion
binman fit improvements
ACPI fixes and making MCFG available to ARM
[trini: Update scripts/pylint.base]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'lib/acpi/Makefile')
| -rw-r--r-- | lib/acpi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/acpi/Makefile b/lib/acpi/Makefile index f9b504988f2..956b5a0d726 100644 --- a/lib/acpi/Makefile +++ b/lib/acpi/Makefile @@ -11,6 +11,7 @@ obj-y += acpi_writer.o ifndef CONFIG_QEMU obj-y += base.o obj-y += csrt.o +obj-y += mcfg.o # Sandbox does not build a .asl file ifndef CONFIG_SANDBOX |
