diff options
author | Michael Brown | 2007-01-11 15:43:15 +0100 |
---|---|---|
committer | Michael Brown | 2007-01-11 15:43:15 +0100 |
commit | 10980c12eeb8ea3bf4d1f8b9f838615fa013532b (patch) | |
tree | 4f492817466bf10524a75d54251859539fe87f7f /src/Makefile | |
parent | Remove osloader.c and replace with a prep_segment() that uses userptr_t (diff) | |
download | ipxe-10980c12eeb8ea3bf4d1f8b9f838615fa013532b.tar.gz ipxe-10980c12eeb8ea3bf4d1f8b9f838615fa013532b.tar.xz ipxe-10980c12eeb8ea3bf4d1f8b9f838615fa013532b.zip |
Add image directory back in
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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 |