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