Skip to content

Commit

Permalink
[pnm] Add support for PNM images
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Nov 27, 2013
1 parent 09f31e9 commit 0ee8933
Show file tree
Hide file tree
Showing 7 changed files with 803 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/config.c
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/config/general.h
Expand Up @@ -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
Expand Down

0 comments on commit 0ee8933

Please sign in to comment.