commit | 0948af2fc4642cc2e19f93552cc52142262ec833 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 17 09:12:16 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 14 17:47:13 2019 -0700 |
tree | e408f9928cdb85a3470e24e6712969a285831113 | |
parent | 4345a6de03777713f2fa4ec935b460525d3d13c6 [diff] |
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>