target: zephyr: Allow parallel build of Zephyr (#1436)

If we are building JerryScript from some other makefile that passes
down a -j option to make we should respect that when we build Zephyr.

JerryScript-DCO-1.0-Signed-off-by: Kumar Gala kumar.gala@linaro.org
This commit is contained in:
Kumar Gala 2016-11-18 01:19:21 -06:00 committed by László Langó
parent 7131243dda
commit 6ac0a39519

View File

@ -106,7 +106,7 @@ zephyr: jerry
ifdef V
@echo "- ZEPHYR -------------------------------------------------------"
endif
make -f $(TARGET_ZEPHYR)/Makefile $(BUILD_CONFIG)
+make -f $(TARGET_ZEPHYR)/Makefile $(BUILD_CONFIG)
@echo "Finished"
@file $(OUTPUT)/zephyr.strip
@size $(OUTPUT)/zephyr.strip