From b1c0d031c452bddfdedf33c5fa2ab2cc2b4a5ea0 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 9 Feb 2012 10:40:31 +0100 Subject: Add seabios build scripts to roms/ Signed-off-by: Gerd Hoffmann --- roms/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roms/Makefile (limited to 'roms/Makefile') diff --git a/roms/Makefile b/roms/Makefile new file mode 100644 index 0000000..0114e6f --- /dev/null +++ b/roms/Makefile @@ -0,0 +1,10 @@ + +default: + @echo "nothing is build by default" + @echo "available build targets:" + @echo " bios -- update bios.bin (seabios)" + +bios: config.seabios + sh configure-seabios.sh $< + make -C seabios out/bios.bin + cp seabios/out/bios.bin ../pc-bios/bios.bin -- cgit v1.1