commit | ad0e4639545b0928a3673114962ee1f3e56402d7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 22 17:12:58 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 09 14:47:13 2014 -0600 |
tree | 14c62bdd6bf2ed2a0804cba5f354ee0057fa8118 | |
parent | 1992dbfdb9886c3dfc4a505091895c851f736f3a [diff] |
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>