summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2011-04-18 11:46:01 -0600
committerAlex Williamson <alex.williamson@redhat.com>2011-04-18 11:46:01 -0600
commit5ee8ad71e159e724e2fa1af6b2c502668179502a (patch)
tree1aa5fde75d4a450418132f13f2ae5726f887511b /configure
parent31a44434f7b3221d911d478de3d1665bde753c86 (diff)
downloadqemu-5ee8ad71e159e724e2fa1af6b2c502668179502a.tar.gz
PXE: Use consistent naming for PXE ROMs
And add missing ROMs to tarbin build target. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ae97e11a97..813ef7a7a2 100755
--- a/configure
+++ b/configure
@@ -3445,7 +3445,7 @@ FILES="Makefile tests/Makefile"
FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
-for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-*; do
+for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.rom $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-*; do
FILES="$FILES pc-bios/`basename $bios_file`"
done
mkdir -p $DIRS