mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-14 15:47:59 +00:00
19cd090e17
This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181. Breaks "make bios" in roms/ as the kconfig version in seabios doesn't support olddefconfig. Must have been be totally untested. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
config="$1"
|
|
make -C seabios clean distclean
|
|
cp "$config" seabios/.config
|
|
make -C seabios oldnoconfig
|