aboutsummaryrefslogtreecommitdiff
path: root/src/config/config_ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_ethernet.c')
-rw-r--r--src/config/config_ethernet.c3
1 files changed, 3 insertions, 0 deletions
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