diff options
| -rw-r--r-- | sys/src/boot/bcm/mkfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/src/boot/bcm/mkfile b/sys/src/boot/bcm/mkfile new file mode 100644 index 000000000..4c8ceef5e --- /dev/null +++ b/sys/src/boot/bcm/mkfile @@ -0,0 +1,12 @@ +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 + } |
