summaryrefslogtreecommitdiff
path: root/firmware/firmware.make
AgeCommit message (Expand)Author
2020-08-31fonts: Use '08-Rockfont' as FONT_SYSFIXED on targets with 128x64 screensSolomon Peachy
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy
2019-07-19Put -lfirmware in CORE_LIBS, to fix -thumb buildsFrank Gevaerts
2016-09-23Fix makefile not rebuilding rbversion.h in some casesAmaury Pouly
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz
2014-01-26Fix warnings. convbdf needed to be updated for the changed font struct becaus...Thomas Martitz
2012-01-22Add framework to let make automatically pick optimized asm implementations ov...Thomas Martitz
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