diff options
| author | Michael Brown | 2007-01-14 05:27:25 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-14 05:27:25 +0100 |
| commit | b07161f397c3a29af4c891268f0fe7f1b08aefc5 (patch) | |
| tree | 152760e5d4bdde8d257e09b8905d45bc7c2a9a17 /src/core | |
| parent | Replace image->entry with image->priv. (diff) | |
| download | ipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.tar.gz ipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.tar.xz ipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.zip | |
Placeholder bzImage support
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c index 31ae8d5a9..e27917a6d 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 |
