summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-02Added Gary's snprintf() and changed all places to use it.Björn Stenberg1-1/+1
2002-04-28Added dependency generationBjörn Stenberg1-0/+13
2002-04-23Added drivers directoryLinus Nielsen Feltzing1-2/+2
2002-04-23Added common directoryLinus Nielsen Feltzing1-2/+2
2002-04-22Removed absolute path to gcc and stuffLinus Nielsen Feltzing1-6/+5
2002-04-21Bah, I didn't mean to commit my edited Makefile...Björn Stenberg1-2/+0
2002-04-21Alan's ATA code, or what's left of it after I have laid my grubby little handsBjörn Stenberg1-0/+2
2002-04-18Added archos.mod as target + nl conversionBjörn Stenberg1-1/+1
2002-04-18Added TARGET to CFLAGSBjörn Stenberg1-1/+1
2002-04-16simple "target selection" template addedDaniel Stenberg1-0/+5
2002-03-28First versionBjörn Stenberg1-0/+47