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.
master
Daniel Thompson 2016-11-09 16:36:20 +00:00
parent 11957840e8
commit 65bb7bebe2
1 changed files with 0 additions and 1 deletions

View File

@ -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: