mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -999,5 +999,8 @@ struct ib_device * last_opened_ibdev ( void ) {
|
||||
return ibdev;
|
||||
}
|
||||
|
||||
/* Drag in Infiniband configuration */
|
||||
REQUIRE_OBJECT ( config_infiniband );
|
||||
|
||||
/* Drag in IPoIB */
|
||||
REQUIRE_OBJECT ( ipoib );
|
||||
|
||||
Reference in New Issue
Block a user