[pnm] Add support for PNM images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-11-26 16:29:30 +00:00
parent 09f31e9fc4
commit 0ee89338dd
7 changed files with 803 additions and 0 deletions

View File

@@ -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

View File

@@ -103,6 +103,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
//#define IMAGE_EFI /* EFI image support */
//#define IMAGE_SDI /* SDI image support */
//#define IMAGE_PNM /* PNM image support */
/*
* Command-line commands to include