summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 11:34:11 +0200
committerMichael Brown2006-04-30 11:34:11 +0200
commit01bd78d62a0836cc0ae3ab7afaca6af52b6bcb62 (patch)
tree6ed9dc0fb9006b3d7bafdf5fd9a5c4f7a01b7bdb /src/Makefile
parentMake tcp_connect() void; it will eventually have no failure case. (diff)
downloadipxe-01bd78d62a0836cc0ae3ab7afaca6af52b6bcb62.tar.gz
ipxe-01bd78d62a0836cc0ae3ab7afaca6af52b6bcb62.tar.xz
ipxe-01bd78d62a0836cc0ae3ab7afaca6af52b6bcb62.zip
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 d74fecd0..76d680c4 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