aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-07-31 13:18:32 +0100
committerPaul Brook <paul@codesourcery.com>2009-07-31 13:19:39 +0100
commitc05ac895cb59b5549e9b59314f9c791c68d97bfd (patch)
treed7d5a8e042f715ec51fab5bb5b7fc8711b0b09c6 /configure
parentffe47d331d4f725567e83375ffc19a36dbdce7f5 (diff)
Option rom makefile fixes
Fix toplevel option rom makefile rules. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8160bed17..36db3b271 100755
--- a/configure
+++ b/configure
@@ -1743,7 +1743,7 @@ echo "TOOLS=$tools" >> $config_host_mak
roms=
if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
"$targetos" != "Darwin" ; then
- roms="pc-bios/optionrom"
+ roms="optionrom"
fi
echo "ROMS=$roms" >> $config_host_mak