summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-06 17:52:38 +0300
committerTom Rini <trini@konsulko.com>2023-01-17 02:26:50 +0300
commit226777f170f1533eacc097e73e59a7a3ab1c62a0 (patch)
tree8d9ee49c74f724dd1ff2628551ee517f0c7fcf94 /boot/Makefile
parent5e2607aedb6ad55268956eb7d0bce70520d57d11 (diff)
downloadu-boot-226777f170f1533eacc097e73e59a7a3ab1c62a0.tar.xz
expo: Add support for scene menus
A menu is a key part of the expo design. It consists of a number of items which the user can select from. Add the initial implementation of this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile
index f0c3154921..0b30fcd64a 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -47,6 +47,8 @@ ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o
endif
+obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += expo.o scene.o scene_menu.o
+
obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += vbe.o vbe_request.o
obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE_SIMPLE) += vbe_simple.o
obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE_SIMPLE_FW) += vbe_simple_fw.o