Statistics
| Branch: | Revision:

root / roms / Makefile @ 9cdc8df3

History | View | Annotate | Download (261 Bytes)

1 b1c0d031 Gerd Hoffmann
2 b1c0d031 Gerd Hoffmann
default:
3 b1c0d031 Gerd Hoffmann
	@echo "nothing is build by default"
4 b1c0d031 Gerd Hoffmann
	@echo "available build targets:"
5 b1c0d031 Gerd Hoffmann
	@echo "  bios           -- update bios.bin (seabios)"
6 b1c0d031 Gerd Hoffmann
7 b1c0d031 Gerd Hoffmann
bios: config.seabios
8 b1c0d031 Gerd Hoffmann
	sh configure-seabios.sh $<
9 b1c0d031 Gerd Hoffmann
	make -C seabios out/bios.bin
10 b1c0d031 Gerd Hoffmann
	cp seabios/out/bios.bin ../pc-bios/bios.bin