aboutsummaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-06 08:52:40 -0600
committerTom Rini <trini@konsulko.com>2023-01-16 18:26:50 -0500
commit02d929bfb25af22171dbd100f38ffd8fa6bf6238 (patch)
tree5c608f527b5e0d813e61dfe42a20dcb69e9704cf /boot/Makefile
parentfe93c14b4c62c47120bf95a79269fe94779c21f4 (diff)
downloadu-boot-02d929bfb25af22171dbd100f38ffd8fa6bf6238.zip
u-boot-02d929bfb25af22171dbd100f38ffd8fa6bf6238.tar.gz
u-boot-02d929bfb25af22171dbd100f38ffd8fa6bf6238.tar.bz2
bootstd: Support creating a boot menu
Create an expo to handle the boot menu. For now this is quite simple, with just a header, some menu items and a pointer to show the current one. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 0b30fcd..f990e66 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -30,6 +30,7 @@ obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_SANDBOX) += bootmeth_sandbox.o
obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_SCRIPT) += bootmeth_script.o
ifdef CONFIG_$(SPL_TPL_)BOOTSTD_FULL
obj-$(CONFIG_$(SPL_TPL_)CMD_BOOTEFI_BOOTMGR) += bootmeth_efi_mgr.o
+obj-$(CONFIG_$(SPL_TPL_)BOOTSTD) += bootflow_menu.o
endif
obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += image-fdt.o