From 65bb7bebe28b1c23230dc5c5adfcae08244714e7 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Wed, 9 Nov 2016 16:36:20 +0000 Subject: [PATCH] zephyr: Remove obsolete ALL_LIBS workaround As of 2016-11-07, Zephyr now handles ALL_LIBS dependancies correctly: https://gerrit.zephyrproject.org/r/#/c/5086/ With Zephyr handling things properly we can remove the corresponding workaround from the micropython build system. --- zephyr/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/zephyr/Makefile b/zephyr/Makefile index 9ddf12125..f7b18365b 100644 --- a/zephyr/Makefile +++ b/zephyr/Makefile @@ -80,7 +80,6 @@ $(LIBMICROPYTHON): $(Z_SYSGEN_H) build/genhdr/qstr.i.last: $(Z_SYSGEN_H) $(Z_SYSGEN_H): - rm -f $(LIBMICROPYTHON) -$(MAKE) -f Makefile.zephyr BOARD=$(BOARD) CONF_FILE=$(CONF_FILE) minimal: