summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
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/arch/i386/Makefile
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/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index f00269ec..9f207ea0 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