diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-03-04 17:22:07 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-03-05 00:57:44 +0000 |
commit | 86ae6e6c1836e43993a14db278398fc54e5419bd (patch) | |
tree | 92758900be8ba37c36448094747ace0c2f97e13e /src/arch | |
parent | 04c1ea81709b3de2658331761eb94843110c165f (diff) | |
download | ipxe-86ae6e6c1836e43993a14db278398fc54e5419bd.tar.gz |
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/prefix/romprefix.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index 0ad6e16d..08fcf73b 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -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 ) |