Skip to content
Snippets Groups Projects
Commit 8644af7d authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLE


If we are using ACPI tables instead of a device tree, we don't need the
dtbdump.efi test tool.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent b6f6080f
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,9 @@ efi_selftest_miniapp_exception.efi \
efi_selftest_miniapp_exit.efi \
efi_selftest_miniapp_return.efi
always += \
dtbdump.efi
ifeq ($(CONFIG_GENERATE_ACPI_TABLE),)
always += dtbdump.efi
endif
$(obj)/efi_miniapp_file_image_exception.h: $(obj)/efi_selftest_miniapp_exception.efi
$(obj)/../../tools/file2include $(obj)/efi_selftest_miniapp_exception.efi > \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment