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