summaryrefslogtreecommitdiff
path: root/py/mkrules.mk
AgeCommit message (Expand)Author
2014-11-06py: Fix order-only dependencies in mkrules.mk and py.mk.Sven Wegener
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-20mkrules.mk: Pass $(COPT) to link stage.Paul Sokolovsky
2014-06-20makefile: Pass STRIPFLAGS_EXTRA to strip.Paul Sokolovsky
2014-06-15Updated teensy to build.Dave Hylands
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-15Fix parallel build.AZ Huang
2014-04-11Update mkrules.mkAndrew Scheller
2014-04-07Replace some Makefile commands with variables in py/mkenv.mkAndrew Scheller
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands
2014-01-25Fixed dependency problem for qstrdefs.generated.hDave Hylands
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands