mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06: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:
parent
eb28cb1bb0
commit
a5519b42cf
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
config="$1"
|
||||
make -C seabios clean distclean
|
||||
cp "$config" seabios/.config
|
||||
make -C seabios oldnoconfig
|
||||
make -C seabios olddefconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue