shithub: riscv

ref: 3bf49f18142a5d37bd5507d7491ba4eb223eb3b1
dir: /sys/src/boot/bcm/mkfile/

View raw version
URL=https://github.com/raspberrypi/firmware/raw/master/boot
FILES=bootcode.bin fixup_cd.dat start_cd.elf LICENCE.broadcom

all:V:	$FILES

clean:V:
	rm -f $FILES

$FILES:
	for(i in $target){
		hget -o $i $URL/$i
	}