Go to file
Anas Nashif 872676c735 build: fix parallel builds of applications
When building with more than 1 job, we were getting:

make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.

Trying to fix this in the Makefile resulted in dependency issues and unsatisfied
dependencies in the compilation and build chain.

Change-Id: Ic73d089cf6a0a0d7b6fd83908b8144c34af25582
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:30 -05:00
arch logger: support for iamcu abi core 2016-02-05 20:25:30 -05:00
boards Update Arduino 101 openocd.cfg 2016-02-05 20:25:30 -05:00
doc doc: fix references to old board names 2016-02-05 20:25:30 -05:00
drivers spi: qmsi: Fix enabling the CS line too late 2016-02-05 20:25:30 -05:00
include gpio: allow pins to be enabled/disabled 2016-02-05 20:25:29 -05:00
kernel sys_clock: Lock interrupts when processing announced ticks 2016-02-05 20:25:28 -05:00
lib
misc
net net: contiki: Fix the debug printing support for ICMPv6 code 2016-02-05 20:25:28 -05:00
samples benchmarks: cleanup footprint tests (nano kernel) 2016-02-05 20:25:30 -05:00
scripts add debug/debugserver support 2016-02-05 20:25:30 -05:00
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile build: fix parallel builds of applications 2016-02-05 20:25:30 -05:00
Makefile.inc build: fix parallel builds of applications 2016-02-05 20:25:30 -05:00
zephyr-env.sh