Re: [U-Boot] [PATCH 14/14] tools: Allow building with debug enabled

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:20AM -0600, Simon Glass wrote: > 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 Reviewed-by: Tom Rin

[U-Boot] [PATCH 14/14] tools: Allow building with debug enabled

2016-06-30 Thread Simon Glass
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 --- Kconfig | 9 + Makefile | 3 ++- 2 files changed, 11 insertions(+), 1 deletion