diff options
| author | Michael Brown | 2005-05-17 15:34:25 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-17 15:34:25 +0200 |
| commit | 4f27994980ad535d80c581be391e763febeefa0b (patch) | |
| tree | 39438b5dd4efd7cb9f8132a42482000cee76380d /src/arch/i386/Makefile | |
| parent | Image formats moved into the new config system (diff) | |
| download | ipxe-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
