mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
synced 2024-12-17 20:55:27 +00:00
2514500322
Some small amount of postprocessing is required after assembling bootstrap.asm with a56. Add a script and makefile for this. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
7 lines
166 B
Makefile
7 lines
166 B
Makefile
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
|