shithub: riscv

ref: aa52d3b13d71bd4b068ae00b2d6f0f75647a5d7c
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
	}