From 398ae02669d1300ab2cdcbbdfe1c5c264d47b718 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Dec 2018 09:12:16 -0700 Subject: sandbox: Correct SDL build flags The check for CONFIG_SANDBOX_SDL in config.mk does not work since the build config is not available by the time that file is included. Remove it so that we always call sdl-config except when NO_SDL is used. Signed-off-by: Simon Glass --- arch/sandbox/cpu/sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sandbox/cpu/sdl.c') diff --git a/arch/sandbox/cpu/sdl.c b/arch/sandbox/cpu/sdl.c index f668f5379a..080c7c8d74 100644 --- a/arch/sandbox/cpu/sdl.c +++ b/arch/sandbox/cpu/sdl.c @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include /** -- cgit v1.2.3