commit | 022885cb9ce9b22fb62225a21b4eb017a2e8dab5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 30 10:52:20 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:22:31 2016 -0400 |
tree | 1b53ea00945649b60d97c6808eccb36ba212839c | |
parent | 51f03e6a7596d61a9ae9b1aee030112cc6a795ff [diff] |
tools: Allow building with debug enabled Sometimes it is useful to build tools with debugging information included so that line-number information is available when run under gdb. Add a Kconfig option to support this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>