diff options
Diffstat (limited to 'boot/Makefile')
| -rw-r--r-- | boot/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/boot/Makefile b/boot/Makefile index 6ce983b83fa..ad608598d29 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -56,7 +56,8 @@ ifdef CONFIG_SPL_BUILD  obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o  endif -obj-$(CONFIG_$(SPL_TPL_)EXPO) += expo.o scene.o scene_menu.o expo_build.o +obj-$(CONFIG_$(SPL_TPL_)EXPO) += expo.o scene.o expo_build.o +obj-$(CONFIG_$(SPL_TPL_)EXPO) += scene_menu.o scene_textline.o  obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE) += vbe.o  obj-$(CONFIG_$(SPL_TPL_)BOOTMETH_VBE_REQUEST) += vbe_request.o | 
