]> git.proxmox.com Git - mirror_qemu.git/blob - roms/configure-seabios.sh
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / roms / configure-seabios.sh
1 #!/bin/sh
2 config="$1"
3 make -C seabios clean distclean
4 cp "$config" seabios/.config
5 make -C seabios oldnoconfig