summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-05-17 15:34:25 +0200
committerMichael Brown2005-05-17 15:34:25 +0200
commit4f27994980ad535d80c581be391e763febeefa0b (patch)
tree39438b5dd4efd7cb9f8132a42482000cee76380d /src
parentImage formats moved into the new config system (diff)
downloadipxe-4f27994980ad535d80c581be391e763febeefa0b.tar.gz
ipxe-4f27994980ad535d80c581be391e763febeefa0b.tar.xz
ipxe-4f27994980ad535d80c581be391e763febeefa0b.zip
Added "image" directory
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
-rw-r--r--src/arch/i386/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index eee9bdfe5..fa7b3f3f9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -130,6 +130,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s
#
SRCDIRS += core
SRCDIRS += proto
+SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
#SRCDIRS += drivers/disk
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index f00269ecf..9f207ea0a 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -2,6 +2,7 @@
#
SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix
SRCDIRS += arch/i386/firmware/pcbios arch/i386/firmware/linuxbios
+SRCDIRS += arch/i386/image
SRCDIRS += arch/i386/drivers/bus
SRCDIRS += arch/i386/drivers/net
SRCDIRS += arch/i386/drivers/disk