diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-10-31 20:59:30 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-06 23:26:27 +0100 |
| commit | 893871132e54f0f5bc40ad3eee0bf0388a104b76 (patch) | |
| tree | 78d7476b69d30f6e47b609368786d233b264734e /test/cmd/Makefile | |
| parent | 33355013ffce4fe58d552db3dd546ecf197a7a9b (diff) | |
test: provide test for 'acpi list' command
Check that some mandatory ACPI tables exist:
- RSDP
- RSDT or XSDT
- FADT
Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'test/cmd/Makefile')
| -rw-r--r-- | test/cmd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile index 98731d9bdff..841763fec02 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -13,6 +13,9 @@ endif obj-y += exit.o obj-$(CONFIG_X86) += cpuid.o msr.o obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o +ifdef CONFIG_CONSOLE_RECORD +obj-$(CONFIG_CMD_ACPI) += acpi.o +endif obj-$(CONFIG_CMD_BDI) += bdinfo.o obj-$(CONFIG_COREBOOT_SYSINFO) += coreboot.o obj-$(CONFIG_CMD_FDT) += fdt.o |
