Zheng Bao (zheng.bao@amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12434
-gerrit
commit dcfe5e3a16b834b19d8aa99cfe798efa6d2f70bb Author: Zheng Bao fishbaozi@gmail.com Date: Fri Nov 13 10:42:27 2015 +0800
$(top)/Makefile: Strip the white space in function strip_quotes
Change-Id: I5e8cf2ccd1cd53b863cf8d24353428f3c183b68c Signed-off-by: Zheng Bao fishbaozi@gmail.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 421e919..107f3c8 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ endif
include toolchain.inc
-strip_quotes = $(subst ",,$(subst ",,$(1))) +strip_quotes = $(strip $(subst ",,$(subst ",,$(1))))
# The primary target needs to be here before we include the # other files