build: quote SOURCE_DIR to allow it to be a list
If SOURCE_DIR happens to be multiple directories we need to quote it so it gets passed correctly as a list. Change-Id: I7795ddecd016fad2048f957accd1557bb2215632 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
5ccf5298b5
commit
86cbc320f0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ endif
|
|||
export CFLAGS
|
||||
|
||||
zephyrmake = +$(MAKE) -C $(ZEPHYR_BASE) O=$(1) \
|
||||
PROJECT=$(PROJECT_BASE) SOURCE_DIR=$(SOURCE_DIR) $(2)
|
||||
PROJECT=$(PROJECT_BASE) SOURCE_DIR="$(SOURCE_DIR)" $(2)
|
||||
|
||||
BOARDCONFIG = $(O)/.board_$(BOARD)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue