mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
Remove reference to COFF support. I can find no trace of ever having supported it.
This commit is contained in:
@@ -125,9 +125,6 @@ REQUIRE_OBJECT ( elf64 );
|
||||
#ifdef IMAGE_ELF
|
||||
REQUIRE_OBJECT ( elf );
|
||||
#endif
|
||||
#ifdef IMAGE_ELF
|
||||
REQUIRE_OBJECT ( coff );
|
||||
#endif
|
||||
#ifdef IMAGE_FREEBSD
|
||||
REQUIRE_OBJECT ( freebsd );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user