aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-01-11 14:43:15 +0000
committerMichael Brown <mcb30@etherboot.org>2007-01-11 14:43:15 +0000
commit10980c12eeb8ea3bf4d1f8b9f838615fa013532b (patch)
tree4f492817466bf10524a75d54251859539fe87f7f /src/Makefile
parent3634e705b700ce6cbc307c5e940f85fc46b2e327 (diff)
downloadipxe-10980c12eeb8ea3bf4d1f8b9f838615fa013532b.tar.gz
Add image directory back in
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 5aa9b8166..c75e95b1e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -133,7 +133,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s
SRCDIRS += core
SRCDIRS += proto
SRCDIRS += net net/tcp net/udp
-#SRCDIRS += image
+SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
SRCDIRS += drivers/block