summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorLouise Mendoza <yonattan.a.louise.mendoza@intel.com>2015-12-15 16:29:09 -0600
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:25:16 -0500
commit7a2836f0f495cb73972994ddd0e075134679c522 (patch)
tree66d3fb54cdc6daafffe22af2b30b02730b74777b /Makefile.inc
parentaa47bd8d6c6edd4a70c9f6f0e793e60b147b4021 (diff)
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>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 99923df46..f8a980bd4 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -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