]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit95f2d1c8f41659f74a79202a12c8f0bb4e8364ba
treee408f9928cdb85a3470e24e6712969a285831113
parent2665d986845421a3d3ad54c93b78412a26e81760
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