linux-firmware/dsp56k/Makefile
Ben Hutchings 2514500322 dsp56k: Add makefile for building from source
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>
2011-12-16 05:42:10 +00:00

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