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