mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +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:
@@ -874,3 +874,6 @@ wait_for_tick:
|
||||
popl %eax
|
||||
ret
|
||||
.size wait_for_tick, . - wait_for_tick
|
||||
|
||||
/* Drag in ROM configuration */
|
||||
REQUIRE_OBJECT ( config_romprefix )
|
||||
|
||||
Reference in New Issue
Block a user