mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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>
5 lines
112 B
Bash
Executable file
5 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
config="$1"
|
|
make -C seabios clean distclean
|
|
cp "$config" seabios/.config
|
|
make -C seabios olddefconfig
|