From dace106f8286ff5484296021c5c687dbba68fefc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 15 Sep 2010 03:10:27 +0100 Subject: [fcoe] Add support for Fibre Channel over Ethernet Signed-off-by: Michael Brown --- src/config/config_ethernet.c | 3 +++ src/config/general.h | 1 + 2 files changed, 4 insertions(+) (limited to 'src/config') diff --git a/src/config/config_ethernet.c b/src/config/config_ethernet.c index f6cb87b..d13bd61 100644 --- a/src/config/config_ethernet.c +++ b/src/config/config_ethernet.c @@ -21,3 +21,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #ifdef SANBOOT_PROTO_AOE REQUIRE_OBJECT ( aoe ); #endif +#ifdef NET_PROTO_FCOE +REQUIRE_OBJECT ( fcoe ); +#endif diff --git a/src/config/general.h b/src/config/general.h index 661e834..dbb8b42 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -40,6 +40,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #define NET_PROTO_IPV4 /* IPv4 protocol */ +#undef NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */ /* * PXE support -- cgit v1.1