diff options
author | Michael Brown | 2007-01-10 03:52:58 +0100 |
---|---|---|
committer | Michael Brown | 2007-01-10 03:52:58 +0100 |
commit | cc9b32c405ef57f636f0b91c04edbbd7bcee68ef (patch) | |
tree | 505351279e137c24c0e85f9a2f63d34629bfa3e0 /src/Makefile | |
parent | Allow udp_{send,sendto,sendto_via} to be called outside of the (diff) | |
download | ipxe-cc9b32c405ef57f636f0b91c04edbbd7bcee68ef.tar.gz ipxe-cc9b32c405ef57f636f0b91c04edbbd7bcee68ef.tar.xz ipxe-cc9b32c405ef57f636f0b91c04edbbd7bcee68ef.zip |
Remove uIP; we haven't used it for quite some time now.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 95ea3998..5aa9b816 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 |