mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
7131243dda
commit
6ac0a39519
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user