summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2013-11-26 17:29:30 +0100
committerMichael Brown2013-11-27 12:27:51 +0100
commit0ee89338dd0e50744ed6003d2e04ef6770b2b63c (patch)
tree05163c310eefb2661990054f17c5dc8778ca5dda /src/config/config.c
parent[image] Add image_pixbuf() to create pixel buffer from image (diff)
downloadipxe-0ee89338dd0e50744ed6003d2e04ef6770b2b63c.tar.gz
ipxe-0ee89338dd0e50744ed6003d2e04ef6770b2b63c.tar.xz
ipxe-0ee89338dd0e50744ed6003d2e04ef6770b2b63c.zip
[pnm] Add support for PNM images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 6d19370a..89af88ac 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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