summaryrefslogtreecommitdiff
path: root/firmware/firmware.make
AgeCommit message (Expand)Author
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz
2010-06-23Silence the genversion.sh line during compilation a bit (to "GEN version.h").Thomas Martitz
2010-06-21Don't autogenerate version.c. Just version.h is enoughFrank Gevaerts
2010-06-21Tell version.sh where to look for the svn repositoryFrank Gevaerts
2010-06-20Add some magic to force make to regenerate version.h properly when the revisi...Frank Gevaerts
2010-05-28genversion: generate version.c and version.h independantlyRafaël Carré
2010-05-27Generate C file / header for svn version stringRafaël Carré
2010-05-14Include host system's header files and don't compile our c library replacemen...Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2009-01-02Speed up Player build a bit by not building a useless sysfont.o.Jens Arnold
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-21Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg