summaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Pad ROM images to 512 bytes, not powers of twoMichael Brown2007-07-061-1/+1
* Add warning about formats that are not working until we fix themMarty Connor2007-03-021-3/+7
* Made most of the build much quieterMichael Brown2007-01-311-6/+6
* Add matrixssl directoryMichael Brown2007-01-261-1/+1
* Build external axtls codeMichael Brown2007-01-261-1/+1
* Allow truly arbitrary debug levels to be specified via DEBUG=Michael Brown2007-01-181-3/+2Star
* Add image directory back inMichael Brown2007-01-111-1/+1
* Remove uIP; we haven't used it for quite some time now.Michael Brown2007-01-101-1/+1
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-0/+1
* Add (partly-functional) user interface for editing configuration settingsMichael Brown2006-12-201-1/+2
* Move nvo_cmd.c to hci/commands.Michael Brown2006-12-201-3/+1Star
* Start of generic editable string supportMichael Brown2006-12-191-1/+1
* Do no evil. :)Michael Brown2006-08-091-1/+0Star
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-091-0/+3
* Add net/udpMichael Brown2006-07-191-1/+1
* enabled build entry for mucurses librariesDan Lynch2006-06-271-1/+1
* added placeholder SRCDIRS entry for mucursesDan Lynch2006-06-271-0/+1
* Added gpxe-0.5/src/crypto/ for the SSL LibraryDerek Pryor2006-06-221-0/+1
* Added sketch of bit-bashing interface common codeMichael Brown2006-06-081-0/+1
* Added sample AoE test code to treeMichael Brown2006-06-011-0/+1
* Added drivers/ata directory (forgot to check this in previously).Michael Brown2006-05-311-0/+1
* Added abstraction layer for a three-wire serial device (e.g. the EEPROMMichael Brown2006-05-261-0/+1
* Re-enable -Wformat, since our printf() is now more standards-conformant.Michael Brown2006-05-181-1/+1
* Added missing drivers/scsiMichael Brown2006-05-171-1/+1
* Add drivers/block and arch/i386/interface/pcbiosMichael Brown2006-05-131-0/+1
* Created net/tcp and moved hello.c thereMichael Brown2006-04-301-1/+1
* Moved uIP and tcp.c from proto/ to net/Michael Brown2006-04-301-2/+1Star
* Add "net" directory.Michael Brown2006-04-241-1/+2
* Add debug symbols to objects. (They will be stripped out of the finalMichael Brown2006-03-231-0/+1
* Add uip on HEAD; it's safe to build, since nothing links against it at theMichael Brown2006-03-161-0/+1
* no need for depending on build library ("blib")Geert Stappers2005-06-141-1/+1
* Added interface/pxe directoryMichael Brown2005-05-241-0/+1
* Add DOXYGEN definition, comment out reference to not-yet-existent "image"Michael Brown2005-05-181-1/+2
* Added "image" directoryMichael Brown2005-05-171-0/+1
* Added "proto" directoryMichael Brown2005-04-301-0/+1
* Produce a sorted list of all local symbols in the map file.Michael Brown2005-04-271-0/+2
* Added DBG2Michael Brown2005-04-251-1/+4
* Make it easier to comment out individual SRC directories when thingsMichael Brown2005-04-221-2/+4
* blib definition moved to Makefile.housekeeping.Michael Brown2005-04-181-3/+0Star
* Add MKCONFIG utility, and add "-I ." to CFLAGS so that we can workMichael Brown2005-04-171-1/+2
* Found a home for MAKEROM_FLAGS_3c503.Michael Brown2005-04-171-2/+6
* Use the correct case for -Ddebug_<object>Michael Brown2005-04-171-1/+1
* Improved building of debugging objects. You can now specify a "DEBUG="Michael Brown2005-04-171-5/+11
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-11/+141
* Initial revisionMichael Brown2005-03-081-0/+15