From 54c024e0af429e544137fb12002591cea50634a8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 13 Oct 2008 10:05:23 +0100 Subject: [sanboot] Quick and dirty hack to make SAN boot protocols selectable --- src/core/config.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/core') diff --git a/src/core/config.c b/src/core/config.c index 0ed837d7..ee16b9c1 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -94,6 +94,17 @@ REQUIRE_OBJECT ( tftm ); REQUIRE_OBJECT ( slam ); #endif +/* + * Drag in all requested SAN boot protocols + * + */ +#ifdef SANBOOT_PROTO_ISCSI +REQUIRE_OBJECT ( iscsiboot ); +#endif +#ifdef SANBOOT_PROTO_AOE +REQUIRE_OBJECT ( aoeboot ); +#endif + /* * Drag in all requested resolvers * -- cgit v1.2.3-55-g7522