mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
[fcp] Add support for the Fibre Channel Protocol
The Fibre Channel Protocol provides a mechanism for transporting SCSI commands via a Fibre Channel fabric. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -22,3 +22,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#ifdef FCMGMT_CMD
|
||||
REQUIRE_OBJECT ( fcmgmt_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in Fibre Channel-specific protocols
|
||||
*/
|
||||
#ifdef SANBOOT_PROTO_FCP
|
||||
REQUIRE_OBJECT ( fcp );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user