# start*.elf is a closed source bootloader for the Pi. Further, Pi bootloaders
# run on the GPU, not the CPU. Hence they are arch-dependent, from a foreign
# architecture (the GPU's not the CPU), and statically linked (because they are
# bootloaders)
rpiboot: arch-dependent-file-in-usr-share usr/share/rpiboot/msd/start.elf
rpiboot: arch-dependent-file-in-usr-share usr/share/rpiboot/msd/start4.elf
rpiboot: binary-from-other-architecture usr/share/rpiboot/msd/start.elf
rpiboot: binary-from-other-architecture usr/share/rpiboot/msd/start4.elf
rpiboot: statically-linked-binary usr/share/rpiboot/msd/start.elf
rpiboot: statically-linked-binary usr/share/rpiboot/msd/start4.elf
rpiboot: unstripped-binary-or-object usr/share/rpiboot/msd/start.elf
