mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[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>
This commit is contained in:
committed by
Michael Brown
parent
945e428137
commit
7865ae0dea
@@ -155,18 +155,9 @@ REQUIRE_OBJECT ( nbi );
|
||||
#ifdef IMAGE_ELF
|
||||
REQUIRE_OBJECT ( elfboot );
|
||||
#endif
|
||||
#ifdef IMAGE_FREEBSD
|
||||
REQUIRE_OBJECT ( freebsd );
|
||||
#endif
|
||||
#ifdef IMAGE_MULTIBOOT
|
||||
REQUIRE_OBJECT ( multiboot );
|
||||
#endif
|
||||
#ifdef IMAGE_AOUT
|
||||
REQUIRE_OBJECT ( aout );
|
||||
#endif
|
||||
#ifdef IMAGE_WINCE
|
||||
REQUIRE_OBJECT ( wince );
|
||||
#endif
|
||||
#ifdef IMAGE_PXE
|
||||
REQUIRE_OBJECT ( pxe_image );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user