/lib/firmware/dsp56k/Makefile is in linux-firmware 1.157.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | bootstrap.bin: bootstrap.asm concat-bootstrap.pl
a56 bootstrap.asm >/dev/null
perl concat-bootstrap.pl <a56.out >bootstrap.bin
clean:
rm -f a56.out bootstrap.bin
|