summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-03-16 20:18:12 +0100
committerMichael Brown2006-03-16 20:18:12 +0100
commit0e611719d2dcde150698e348a424326bfcf3020c (patch)
tree564425cae36f0d1a12e7c953442bb065106051cd /src/Makefile
parentBuild in gpxe (diff)
downloadipxe-0e611719d2dcde150698e348a424326bfcf3020c.tar.gz
ipxe-0e611719d2dcde150698e348a424326bfcf3020c.tar.xz
ipxe-0e611719d2dcde150698e348a424326bfcf3020c.zip
Add uip on HEAD; it's safe to build, since nothing links against it at the
moment.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index cb6b944d3..a788d6e1e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -131,6 +131,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s
#
SRCDIRS += core
SRCDIRS += proto
+SRCDIRS += proto/uip
#SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net