Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove uIP; we haven't used it for quite some time now.
  • Loading branch information
Michael Brown committed Jan 10, 2007
1 parent 753e156 commit cc9b32c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 3,338 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -132,7 +132,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s
#
SRCDIRS += core
SRCDIRS += proto
SRCDIRS += net net/uip net/tcp net/udp
SRCDIRS += net net/tcp net/udp
#SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
Expand Down
2 changes: 1 addition & 1 deletion src/doxygen.cfg
Expand Up @@ -480,7 +480,7 @@ RECURSIVE = NO
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.

EXCLUDE = proto/uip
EXCLUDE =

# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
Expand Down
1 change: 0 additions & 1 deletion src/net/ipv4.c
Expand Up @@ -10,7 +10,6 @@
#include <gpxe/if_ether.h>
#include <gpxe/pkbuff.h>
#include <gpxe/netdevice.h>
#include "uip/uip.h"
#include <gpxe/ip.h>
#include <gpxe/tcpip.h>

Expand Down

0 comments on commit cc9b32c

Please sign in to comment.