"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kory Maincent and committed by
Tom Rini
00ed9753 77d11d2f

+2
+2
test/boot/Makefile
··· 6 6 obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o 7 7 obj-$(CONFIG_FIT) += image.o 8 8 9 + ifdef CONFIG_VIDEO_SANDBOX_SDL 9 10 obj-$(CONFIG_EXPO) += expo.o 10 11 obj-$(CONFIG_CEDIT) += cedit.o 12 + endif 11 13 endif 12 14 13 15 ifdef CONFIG_SANDBOX