summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 05:27:25 +0100
committerMichael Brown2007-01-14 05:27:25 +0100
commitb07161f397c3a29af4c891268f0fe7f1b08aefc5 (patch)
tree152760e5d4bdde8d257e09b8905d45bc7c2a9a17 /src/core/config.c
parentReplace image->entry with image->priv. (diff)
downloadipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.tar.gz
ipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.tar.xz
ipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.zip
Placeholder bzImage support
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 31ae8d5a..e27917a6 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -140,6 +140,9 @@ REQUIRE_OBJECT ( pxe_image );
#ifdef IMAGE_SCRIPT
REQUIRE_OBJECT ( script );
#endif
+#ifdef IMAGE_BZIMAGE
+REQUIRE_OBJECT ( bzimage );
+#endif
/*
* Drag in all requested commands