diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-09-15 03:10:27 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-09-15 03:20:54 +0100 |
commit | dace106f8286ff5484296021c5c687dbba68fefc (patch) | |
tree | 2b08c90dc564739828796f2dd5dc8d291c17c728 /src/config/config_ethernet.c | |
parent | d2a2618d76b6ec82dd3cec6fe492d3a2fed87591 (diff) | |
download | ipxe-dace106f8286ff5484296021c5c687dbba68fefc.tar.gz |
[fcoe] Add support for Fibre Channel over Ethernet
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config_ethernet.c')
-rw-r--r-- | src/config/config_ethernet.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config_ethernet.c b/src/config/config_ethernet.c index f6cb87bc0..d13bd6144 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 |