diff options
author | Marin Hannache <mareo@mareo.fr> | 2012-04-12 23:14:08 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-04-24 11:39:55 +0100 |
commit | 7865ae0deabc377fa29fb53b01647621959c6564 (patch) | |
tree | 1226dc7f011cce6db3627dfb7b1b4a984bf58a82 /src/arch/i386/Makefile | |
parent | 945e4281375f86da5e59f4c9447edae7af7850c1 (diff) | |
download | ipxe-7865ae0deabc377fa29fb53b01647621959c6564.tar.gz |
[image] Remove non-working image loaders
The WinCE, a.out and FreeBSD loaders are designed to be #included by
core/loader.c, which no longer exists. These old loaders are not
usable anymore and cause compilation failures when enabled in
config/general.h.
Signed-off-by: Marin Hannache <mareo@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r-- | src/arch/i386/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index 068fbd67..ca258330 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -88,13 +88,6 @@ SRCDIRS += arch/i386/interface/syslinux SRCDIRS += arch/i386/interface/vmware SRCDIRS += arch/i386/hci/commands -# The various xxx_loader.c files are #included into core/loader.c and -# should not be compiled directly. -# -NON_AUTO_SRCS += arch/i386/core/aout_loader.c -NON_AUTO_SRCS += arch/i386/core/freebsd_loader.c -NON_AUTO_SRCS += arch/i386/core/wince_loader.c - # Include common x86 Makefile # MAKEDEPS += arch/x86/Makefile |