Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into staging
[qemu.git] / roms / Makefile
blob0114e6f33fae5e0ed8b3016c5601ee089b0b483c
2 default:
3 @echo "nothing is build by default"
4 @echo "available build targets:"
5 @echo " bios -- update bios.bin (seabios)"
7 bios: config.seabios
8 sh configure-seabios.sh $<
9 make -C seabios out/bios.bin
10 cp seabios/out/bios.bin ../pc-bios/bios.bin