mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
[infiniband] Add "ibstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -37,3 +37,10 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
#ifdef SANBOOT_PROTO_IB_SRP
|
||||
REQUIRE_OBJECT ( ib_srp );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in Infiniband-specific commands
|
||||
*/
|
||||
#ifdef IBMGMT_CMD
|
||||
REQUIRE_OBJECT ( ibmgmt_cmd );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user