Skip to content

Commit 8db2a4f

Browse files
committed
configure: vgabios cleanups
Commit 91b8eba ("vgabios: remove submodule and build rules.") removed the vgabios submodule, but left some traces in the configure script. Remove them. Reported-by: BALATON Zoltan <[email protected]> Signed-off-by: Gerd Hoffmann <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-id: [email protected]
1 parent 2bbcaa7 commit 8db2a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8486,14 +8486,14 @@ DIRS="tests tests/tcg tests/tcg/lm32 tests/qapi-schema tests/qtest/libqos"
84868486
DIRS="$DIRS tests/qtest tests/qemu-iotests tests/vm tests/fp tests/qgraph"
84878487
DIRS="$DIRS docs docs/interop fsdev scsi"
84888488
DIRS="$DIRS pc-bios/optionrom pc-bios/s390-ccw"
8489-
DIRS="$DIRS roms/seabios roms/vgabios"
8489+
DIRS="$DIRS roms/seabios"
84908490
LINKS="Makefile"
84918491
LINKS="$LINKS tests/tcg/lm32/Makefile po/Makefile"
84928492
LINKS="$LINKS tests/tcg/Makefile.target tests/fp/Makefile"
84938493
LINKS="$LINKS tests/plugin/Makefile"
84948494
LINKS="$LINKS pc-bios/optionrom/Makefile pc-bios/keymaps"
84958495
LINKS="$LINKS pc-bios/s390-ccw/Makefile"
8496-
LINKS="$LINKS roms/seabios/Makefile roms/vgabios/Makefile"
8496+
LINKS="$LINKS roms/seabios/Makefile"
84978497
LINKS="$LINKS pc-bios/qemu-icon.bmp"
84988498
LINKS="$LINKS .gdbinit scripts" # scripts needed by relative path in .gdbinit
84998499
LINKS="$LINKS tests/acceptance tests/data"
@@ -8526,7 +8526,7 @@ export target_list source_path use_containers
85268526
$source_path/tests/tcg/configure.sh)
85278527

85288528
# temporary config to build submodules
8529-
for rom in seabios vgabios ; do
8529+
for rom in seabios; do
85308530
config_mak=roms/$rom/config.mak
85318531
echo "# Automatically generated by configure - do not modify" > $config_mak
85328532
echo "SRC_PATH=$source_path/roms/$rom" >> $config_mak

0 commit comments

Comments
 (0)