aboutsummaryrefslogtreecommitdiff
path: root/py/mkrules.mk
AgeCommit message (Collapse)Author
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
Any generated headers go in $(BUILD)/genhdr/, and are #included as 'genhdr/xxx.h'.
2014-04-16build directory can now be renamedAndrew Scheller
The autogenerated header files have been moved about, and an extra include dir has been added, which means you can give a custom BUILD=newbuilddir option to make, and everything "just works" Also tidied up the way the different Makefiles build their include- directory flags
2014-04-15Fix parallel build.AZ Huang
2014-04-11Update mkrules.mkAndrew Scheller
make 'make clean' cleaner ;-)
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
The problem manifests itself in make 4.0 I also fixed the LINK message when linking the final executable for unix and unix-cpy.
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands