mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
[infiniband] Make IPoIB support configurable at build time
Add a build configuration option VNIC_IPOIB to control whether or not IPoIB support is included for Infiniband devices. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -38,6 +38,13 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
REQUIRE_OBJECT ( ib_srp );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in Infiniband-specific virtual network devices
|
||||
*/
|
||||
#ifdef VNIC_IPOIB
|
||||
REQUIRE_OBJECT ( ipoib );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in Infiniband-specific commands
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user