summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorDaniel Verkamp2008-08-29 00:52:19 +0200
committerMichael Brown2008-08-29 00:52:19 +0200
commite8b22f203ffe4ae11b654f758270790a2e5e11f1 (patch)
tree9028ceab23cdfdc388b720f878efb84bb17a4abc /src/core/config.c
parent[librm] Add rm stack copying functions (diff)
downloadipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.tar.gz
ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.tar.xz
ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.zip
[comboot] Add COMBOOT and COM32 support
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 220b7cdb..b5624fae 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -158,6 +158,14 @@ REQUIRE_OBJECT ( bzimage );
#ifdef IMAGE_ELTORITO
REQUIRE_OBJECT ( eltorito );
#endif
+#ifdef IMAGE_COMBOOT
+REQUIRE_OBJECT ( comboot );
+REQUIRE_OBJECT ( com32 );
+REQUIRE_OBJECT ( comboot_call );
+REQUIRE_OBJECT ( com32_call );
+REQUIRE_OBJECT ( com32_wrapper );
+REQUIRE_OBJECT ( comboot_resolv );
+#endif
/*
* Drag in all requested commands