summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 03:16:37 +0200
committerMichael Brown2006-04-30 03:16:37 +0200
commit592a5a99c844a6e7edfab6d6210c328ae2979514 (patch)
treeb42a0788fba644aa06eb1c927ce694b29bdcc1c1 /src/Makefile
parentMove init.h to gpxe/init.h. (diff)
downloadipxe-592a5a99c844a6e7edfab6d6210c328ae2979514.tar.gz
ipxe-592a5a99c844a6e7edfab6d6210c328ae2979514.tar.xz
ipxe-592a5a99c844a6e7edfab6d6210c328ae2979514.zip
Moved uIP and tcp.c from proto/ to net/
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 8174998d8..d74fecd04 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -132,8 +132,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s
#
SRCDIRS += core
SRCDIRS += proto
-SRCDIRS += net
-SRCDIRS += proto/uip
+SRCDIRS += net net/uip
#SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net