summaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved uIP and tcp.c from proto/ to net/Michael Brown2006-04-301-2/+1Star
|
* Add "net" directory.Michael Brown2006-04-241-1/+2
| | | | | Avoid including debug information in bin/%.s output, since the whole point is to have easy-to-read assembler.
* Add debug symbols to objects. (They will be stripped out of the finalMichael Brown2006-03-231-0/+1
| | | | -Obinary build anyway, so it doesn't waste any space).
* Add uip on HEAD; it's safe to build, since nothing links against it at theMichael Brown2006-03-161-0/+1
| | | | moment.
* no need for depending on build library ("blib")Geert Stappers2005-06-141-1/+1
| | | | when make is invoked without arguments
* 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
| | | | directory.
* 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
| | | | are broken... :)
* 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
| | | | with generated headers.
* 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
| | | | | | list for any build, e.g. make bin/pnic.dsk DEBUG=pci,pnic This will drag in debugging-enabled versions of pci.c and pnic.c.
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-11/+141
|
* Initial revisionMichael Brown2005-03-081-0/+15