summaryrefslogtreecommitdiff
path: root/py/mkenv.mk
AgeCommit message (Expand)Author
2018-07-20stmhal: Add target to start gdb debuggingSven Wegener
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