aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-04-30 09:34:11 +0000
committerMichael Brown <mcb30@etherboot.org>2006-04-30 09:34:11 +0000
commit01bd78d62a0836cc0ae3ab7afaca6af52b6bcb62 (patch)
tree6ed9dc0fb9006b3d7bafdf5fd9a5c4f7a01b7bdb /src/Makefile
parent7af478b30db5ccfb69573560d81bec7561fa0f64 (diff)
downloadipxe-01bd78d62a0836cc0ae3ab7afaca6af52b6bcb62.tar.gz
Created net/tcp and moved hello.c there
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d74fecd04..76d680c45 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
+SRCDIRS += net net/uip net/tcp
#SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net