aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-03-26 11:42:06 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-03-26 11:42:06 +0300
commit4e205dc62a29c45cd1e1379c89ccd65db14cb34c (patch)
treea26ef7bbf39ad1496d7cddea429a7557ae77fa64 /Makefile
parentae3f4f6a2e650af1c939bd655c7983d238fca608 (diff)
Makefile: zephyr.js: No longer issue "make mrproper".
No longer seems to be needed, and also broken in Zephyr 1.7: https://jira.zephyrproject.org/browse/ZEP-1968 . Change-Id: I0a87be82e34b21b497db4df76f960c1330d0fdeb Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38ff36f..e86a6ff 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ micropython: check
zephyr.js: check
@if [ -z "$$ZJS_BASE" ]; then echo "You must use zmake-z.js <targets> BOARD=<board> to build Zephyr.js"; false; fi
# Workaround for some Kconfig problem
- $(MAKE) -C zephyr.js/deps/zephyr mrproper
+ #$(MAKE) -C zephyr.js/deps/zephyr mrproper
$(MAKE) -C zephyr.js BOARD=$(BOARD)
tag=`cd zephyr.js; git describe --tags --always`-z`cd zephyr.js/deps/zephyr; git describe`; \
cp zephyr.js/outdir/$(BOARD)/zephyr.bin zephyr.js-$(BOARD)-$$tag.bin; \