summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
AgeCommit message (Expand)AuthorFilesLines
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