]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Provide a build option to avoid using SDL
authorSimon Glass <sjg@chromium.org>
Sat, 22 Mar 2014 23:12:58 +0000 (17:12 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 9 May 2014 20:47:13 +0000 (14:47 -0600)
commitad0e4639545b0928a3673114962ee1f3e56402d7
tree14c62bdd6bf2ed2a0804cba5f354ee0057fa8118
parent1992dbfdb9886c3dfc4a505091895c851f736f3a
sandbox: Provide a build option to avoid using SDL

Some machines do not have SDL libraries installed, and it is still useful
to build sandbox without LCD/keyboard support.

Add an option for this, used as follows:

    make sandbox_config all NO_SDL=1

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/config.mk
include/configs/sandbox.h