summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-10/+5
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+1
2006-03-07Add the target directory tree to the include path, and set the TARGET_TREE ma...Linus Nielsen Feltzing1-1/+1
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-09Various build sytem cleanupsBrandon Low1-4/+4
2005-09-06For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold1-1/+2
2005-06-30The firmware/fonts directory is now removed, and we now use fonts/rockbox_def...Linus Nielsen Feltzing1-1/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-11/+8
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg1-1/+3
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-1/+2
2004-11-15The tools are to be built with the native compilerLinus Nielsen Feltzing1-1/+1
2004-10-04new SOURCES file that specifies which files to build in each dir, useDaniel Stenberg1-13/+6
2004-09-22adjusted to work better in the new conceptDaniel Stenberg1-1/+1
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg1-66/+15
2004-09-09build system updated to include Ondio optionJörg Hohensohn1-0/+3
2004-09-06rombox support: building and zipDaniel Stenberg1-10/+16
2004-03-18patch #917153: faster memset()/memcpy()Jörg Hohensohn1-3/+4
2003-10-12patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn1-1/+1
2003-07-10Added dependency to the tools dir, so it's automatically built with the rest....Björn Stenberg1-1/+4
2003-04-22better treatment if no toolsdir define was set, use the old one thenDaniel Stenberg1-2/+1
2003-04-22use the TOOLSDIR as passed-in from the top-level Makefile, you need toDaniel Stenberg1-2/+5
2003-03-04if MEM is not set, set it to 2Daniel Stenberg1-0/+5
2003-03-03export MEM variable in firmware and appsUwe Freese1-1/+1
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg1-2/+2
2002-10-02Bill Napier's more elegant fix to disallow running make in apps and firmware.Björn Stenberg1-5/+13
2002-09-30Crude kludge to prevent people from running 'make' in the apps and firmware d...Björn Stenberg1-2/+4
2002-09-21Removed old font issuesBjörn Stenberg1-6/+1
2002-09-20New full ISO-8859-1 system font.Björn Stenberg1-3/+7
2002-08-28Reverted back to monospace again. Let's not rock the boat until people can ch...Björn Stenberg1-4/+0
2002-08-27Made LCD_PROPFONTS default on recorderBjörn Stenberg1-5/+5
2002-08-20Faster, 8-bit bitswap by Magnus HolmgrenLinus Nielsen Feltzing1-1/+1
2002-08-20use the gcc option -ffreestanding: (quote from the gcc man page)Daniel Stenberg1-2/+2
2002-08-15Fixed font target for loadable fontsBjörn Stenberg1-3/+5
2002-08-15tags target added for emacs-etags powerDaniel Stenberg1-0/+5
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg1-1/+1
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-2/+11
2002-06-17add our "libc header directory" to the include pathDaniel Stenberg1-1/+1
2002-05-24.S files should be compiled with gcc, not gasBjörn Stenberg1-5/+4
2002-05-24corrected clean targetDaniel Stenberg1-2/+2
2002-05-23take care of the assembler file tooDaniel Stenberg1-0/+3
2002-05-23another attemptDaniel Stenberg1-2/+3
2002-05-23now supports the deps in the OBJDIR properly, still OBJDIR must be . forDaniel Stenberg1-2/+2
2002-05-23deps support, changed default action to support OBJDIRDaniel Stenberg1-3/+6
2002-05-23attempted OBJDIR supportDaniel Stenberg1-6/+11
2002-05-17Removed -save-tempsBjörn Stenberg1-3/+3
2002-05-17Always optimize. No EXCLUDED_SRC anymoreLinus Nielsen Feltzing1-10/+7
2002-05-17Added DEBUG option and made thread.o specialLinus Nielsen Feltzing1-3/+17
2002-05-14Now creates librockbox.a instead of archos.modBjörn Stenberg1-21/+7
2002-05-03Added disk/partition handlingBjörn Stenberg1-2/+2
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg1-6/+2