mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
test: Do not build expo and cedit test if no SDL
expo and cedit tests depend on the host having the SDL library. Build these tests only if VIDEO_SANDBOX_SDL config is enabled. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -6,9 +6,11 @@ ifdef CONFIG_UT_BOOTSTD
|
||||
obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o
|
||||
obj-$(CONFIG_FIT) += image.o
|
||||
|
||||
ifdef CONFIG_VIDEO_SANDBOX_SDL
|
||||
obj-$(CONFIG_EXPO) += expo.o
|
||||
obj-$(CONFIG_CEDIT) += cedit.o
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_SANDBOX
|
||||
obj-$(CONFIG_$(PHASE_)CMDLINE) += bootm.o
|
||||
|
||||
Reference in New Issue
Block a user