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:
@@ -106,7 +106,7 @@ zephyr: jerry
|
|||||||
ifdef V
|
ifdef V
|
||||||
@echo "- ZEPHYR -------------------------------------------------------"
|
@echo "- ZEPHYR -------------------------------------------------------"
|
||||||
endif
|
endif
|
||||||
make -f $(TARGET_ZEPHYR)/Makefile $(BUILD_CONFIG)
|
+make -f $(TARGET_ZEPHYR)/Makefile $(BUILD_CONFIG)
|
||||||
@echo "Finished"
|
@echo "Finished"
|
||||||
@file $(OUTPUT)/zephyr.strip
|
@file $(OUTPUT)/zephyr.strip
|
||||||
@size $(OUTPUT)/zephyr.strip
|
@size $(OUTPUT)/zephyr.strip
|
||||||
|
|||||||
Reference in New Issue
Block a user