mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[pnm] Add support for PNM images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -194,6 +194,9 @@ REQUIRE_OBJECT ( efi_image );
|
||||
#ifdef IMAGE_SDI
|
||||
REQUIRE_OBJECT ( sdi );
|
||||
#endif
|
||||
#ifdef IMAGE_PNM
|
||||
REQUIRE_OBJECT ( pnm );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested commands
|
||||
|
||||
Reference in New Issue
Block a user