summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-12-26 14:46:16 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-12-26 14:46:16 +0200
commitd9977a8ad9c257005455ca8cbc7913584f2394a6 (patch)
tree1c9e9aae72b944cf354f43e33f46f75e05d44055
parent5de064fbd056944e393be9355855eee6562fecdb (diff)
zephyr/Makefile: clean: Clean libmicropython.a too.
-rw-r--r--ports/zephyr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/Makefile b/ports/zephyr/Makefile
index 2064fcef7..49a6f6718 100644
--- a/ports/zephyr/Makefile
+++ b/ports/zephyr/Makefile
@@ -82,7 +82,7 @@ build/genhdr/qstr.i.last: | $(Z_EXPORTS)
LIBMICROPYTHON_EXTRA_CMD = -$(RM) -f outdir/$(OUTDIR_PREFIX)/zephyr.lnk
# MicroPython's global clean cleans everything, fast
-CLEAN_EXTRA = outdir prj_*_merged.conf
+CLEAN_EXTRA = outdir libmicropython.a prj_*_merged.conf
# Clean Zephyr things in Zephyr way
z_clean: