diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-16 08:19:07 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-09-16 08:19:07 +0000 |
commit | ab13458c34961cd709604c68059a9b209607e0b9 (patch) | |
tree | 27a69a275f07c9b1cbd7a2b3e46bbbd1b7b3cfcb /util/cbfstool/Makefile.inc | |
parent | 057712a3b7450606fb88b10ce82c92885e3a913e (diff) | |
download | coreboot-ab13458c34961cd709604c68059a9b209607e0b9.tar.xz |
Build cbfstool with debug flags and don't strip the executable
from any symbol information.
Variant of Ron's patch.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4637 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/cbfstool/Makefile.inc')
-rw-r--r-- | util/cbfstool/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc index 7c50822331..782ce375b3 100644 --- a/util/cbfstool/Makefile.inc +++ b/util/cbfstool/Makefile.inc @@ -16,7 +16,7 @@ cbfsobj += cbfs-mkstage.o cbfsobj += cbfs-mkpayload.o cbfsobj += cbfstool.o -CBFSTOOLFLAGS=-DCOMPACT +CBFSTOOLFLAGS=-DCOMPACT -g $(obj)/util/cbfstool: mkdir -p $@ |