summaryrefslogtreecommitdiff
path: root/sys/src/boot/bcm/mkfile
blob: e0c658873cdde31954eea3f08fc07be14fcf8b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
URL=https://github.com/raspberrypi/firmware/raw/master/boot
FILES=bootcode.bin fixup_cd.dat start_cd.elf fixup4cd.dat start4cd.elf bcm2711-rpi-4-b.dtb LICENCE.broadcom

all:V:	$FILES

clean:V:
	rm -f $FILES

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