[build] Use REQUIRE_OBJECT() to drag in per-object configuration

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-03-04 17:22:07 +00:00
parent 04c1ea8170
commit 86ae6e6c18
11 changed files with 21 additions and 77 deletions

View File

@@ -46,3 +46,6 @@ void route ( void ) {
}
}
}
/* Drag in routing management configuration */
REQUIRE_OBJECT ( config_route );