aboutsummaryrefslogtreecommitdiff
path: root/py/mkenv.mk
AgeCommit message (Expand)Author
2021-08-07py/mkrules: Automatically build mpy-cross if it doesn't exist.Damien George
2021-05-12py/mkenv.mk: Don't emit info about BUILD_VERBOSE if it's set.Damien George
2020-01-12py/mkenv.mk: Move usage of 32-bit flags to py.mk.Jim Mussared
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-15tools: Add mechanism to provide a manifest of frozen files.Damien George
2019-09-05py/mkenv.mk: Add GDB variable.Damien George
2019-05-22py: Update makefiles to use $(TOUCH) instead of hard coded "touch".Sebastien Rinsoz
2019-05-21py: Update makefiles to use $(CAT) variable instead of hard coded "cat".Sébastien Rinsoz
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2019-03-08py: Implement a module system for external, user C modules.Ayke van Laethem
2019-02-12py/mkenv.mk: Change default PYTHON variable from "python" to "python3".Damien George
2017-11-15py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools.Christopher Arndt
2017-10-31Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."Damien George
2017-10-04py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.chrismas9
2017-05-29various: Spelling fixesVille Skyttä
2017-05-19py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.Damien George
2016-11-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George
2016-09-17py: Move frozen modules rules from esp8266 port for reuse across ports.Paul Sokolovsky
2016-04-21py/mkenv.mk: Remove -s and -S args from PYTHON variable.Damien George
2016-04-17py/mkenv.mk: Optimize Python startup type during make process.Paul Sokolovsky
2015-10-12py: Allow to to build MicroPython as a static library.Paul Sokolovsky
2015-08-29py: Treat -m32 flag as part of CC, LD, etc.Paul Sokolovsky
2014-06-07py, mk: Revert change where build variables set with ?=.Damien George
2014-06-07- Let the build environment decide about the toolchain to be used, in caseMarcus von Appen
2014-04-16Have make remove targets if a recipie fails.Dave Hylands
2014-04-07Replace some Makefile commands with variables in py/mkenv.mkAndrew Scheller
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands