expo: Add basic support for textline objects
A textline is a line of text which can be edited by the user. It has a maximum length (in chracters) but otherwise there are no restrictions. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user