sandbox: Correct SDL build flags
authorSimon Glass <sjg@chromium.org>
Mon, 17 Dec 2018 16:12:16 +0000 (09:12 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Jan 2019 00:47:13 +0000 (17:47 -0700)
commit398ae02669d1300ab2cdcbbdfe1c5c264d47b718
treee408f9928cdb85a3470e24e6712969a285831113
parente74429bb17533c454b804e523ff5724344711ad2
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 <sjg@chromium.org>
arch/sandbox/config.mk
arch/sandbox/cpu/sdl.c