summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-01-11 15:43:15 +0100
committerMichael Brown2007-01-11 15:43:15 +0100
commit10980c12eeb8ea3bf4d1f8b9f838615fa013532b (patch)
tree4f492817466bf10524a75d54251859539fe87f7f /src/Makefile
parentRemove osloader.c and replace with a prep_segment() that uses userptr_t (diff)
downloadipxe-10980c12eeb8ea3bf4d1f8b9f838615fa013532b.tar.gz
ipxe-10980c12eeb8ea3bf4d1f8b9f838615fa013532b.tar.xz
ipxe-10980c12eeb8ea3bf4d1f8b9f838615fa013532b.zip
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 5aa9b816..c75e95b1 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