Go to file
Caio Marcelo de Oliveira Filho e450b2db00 build: use export to pass CFLAGS to zephyrmake
If CFLAGS have spaces, the existing zephyrmake leaks part of it as
arguments for make. Instead of explicitly setting, just the export the
CFLAGS to make it visible to the inner call to make.

Change-Id: I7b083cbc19a49e8dede39333443c701567d214c0
Signed-off-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2016-05-23 17:44:47 +00:00
arch arc: adding "all rights reserved" to banner 2016-05-20 20:55:21 -07:00
boards quark_se_sss_devboard: fix flashing with openocd 2016-05-21 11:09:05 +00:00
doc doc: Restructure top level sections. 2016-05-21 21:22:46 +00:00
drivers drivers/nble: Update service db attributes handle 2016-05-23 16:49:08 +02:00
include console: shell: Add return to command callback 2016-05-23 11:00:21 +03:00
kernel Revert "nanokernel: Add callback to _nano_timeout" 2016-05-21 18:28:57 -04:00
lib build: move library related code to lib/ 2016-05-16 19:43:50 +00:00
misc misc: clean up __ASSERT warnings during build 2016-05-18 22:06:54 +00:00
net net: tcp: Fix the TCP client not sending multiple SYN 2016-05-20 12:59:08 +03:00
samples tests: remove duplicate kernel configs and usage of ARCH 2016-05-23 16:46:08 +00:00
scripts checkpatch: add option for excluding directories 2016-05-23 16:05:42 +00:00
tests tests: remove duplicate kernel configs and usage of ARCH 2016-05-23 16:46:08 +00:00
.checkpatch.conf checkpatch: exclude ext/ from checks 2016-05-23 16:05:42 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: Fix a couple of incorrect git author names 2016-05-10 18:45:22 +00:00
Kbuild build: add more dependencies to build process 2016-05-20 18:25:19 +00:00
Kconfig
Kconfig.zephyr tinycrypt: move from lib to regular objects 2016-05-16 19:43:50 +00:00
LICENSE
Makefile misc: clean up __ASSERT warnings during build 2016-05-18 22:06:54 +00:00
Makefile.inc build: use export to pass CFLAGS to zephyrmake 2016-05-23 17:44:47 +00:00
zephyr-env.sh