Remove quotation marks form CFLAGS.
The quotation marks in windows cause the exact interpretation of the text, including the special symbols like '\', that cause problems with the parameter of the toolchain. Change-Id: Ib223ed64b92380419e2fd86b703247ada1a06e34 Signed-off-by: Louise Mendoza <yonattan.a.louise.mendoza@intel.com>
This commit is contained in:
parent
aa47bd8d6c
commit
7a2836f0f4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ else
|
|||
S = -s
|
||||
endif
|
||||
|
||||
zephyrmake = @$(MAKE) -C $(ZEPHYR_BASE) O=$(1) CFLAGS="$(CFLAGS)" \
|
||||
zephyrmake = @$(MAKE) -C $(ZEPHYR_BASE) O=$(1) CFLAGS=$(CFLAGS) \
|
||||
PROJECT=$(PROJECT_BASE) SOURCE_DIR=$(SOURCE_DIR) $(2)
|
||||
|
||||
DOTCONFIG = $(O)/.config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue