mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
roms: switch oldnoconfig to olddefconfig
When a new option is added that qemu does not know about, the prudent thing is to use the default not force it to "no". Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
config="$1"
|
||||
make -C seabios clean distclean
|
||||
cp "$config" seabios/.config
|
||||
make -C seabios oldnoconfig
|
||||
make -C seabios olddefconfig
|
||||
|
||||
Reference in New Issue
Block a user