]> Git Repo - qemu.git/blob - roms/configure-seabios.sh
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141024' into...
[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
This page took 0.025559 seconds and 4 git commands to generate.