$(top)/Makefile: Strip the white space in function strip_quotes

Change-Id: I5e8cf2ccd1cd53b863cf8d24353428f3c183b68c
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/12434
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Zheng Bao 2015-11-13 10:42:27 +08:00 committed by Zheng Bao
parent 0307e0a499
commit 07648928eb
1 changed files with 1 additions and 1 deletions

View File

@ -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