summaryrefslogtreecommitdiff
path: root/firmware/firmware.make (follow)
Commit message (Expand)AuthorAge
* Fix makefile not rebuilding rbversion.h in some casesAmaury Pouly2016-09-23
* Prevent spurious recompiles on account of changed version.Michael Sevakis2014-08-28
* kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2014-03-03
* Fix warnings. convbdf needed to be updated for the changed font struct becaus...Thomas Martitz2014-01-26
* Add framework to let make automatically pick optimized asm implementations ov...Thomas Martitz2012-01-22
* Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz2010-07-10
* Silence the genversion.sh line during compilation a bit (to "GEN version.h").Thomas Martitz2010-06-23
* Don't autogenerate version.c. Just version.h is enoughFrank Gevaerts2010-06-21
* Tell version.sh where to look for the svn repositoryFrank Gevaerts2010-06-21
* Add some magic to force make to regenerate version.h properly when the revisi...Frank Gevaerts2010-06-20
* genversion: generate version.c and version.h independantlyRafaël Carré2010-05-28
* Generate C file / header for svn version stringRafaël Carré2010-05-27
* Include host system's header files and don't compile our c library replacemen...Thomas Martitz2010-05-14
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Speed up Player build a bit by not building a useless sysfont.o.Jens Arnold2009-01-02
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg2008-11-21
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20