mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +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:
@@ -46,3 +46,6 @@ void route ( void ) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Drag in routing management configuration */
|
||||
REQUIRE_OBJECT ( config_route );
|
||||
|
||||
Reference in New Issue
Block a user