summaryrefslogtreecommitdiff
path: root/dsp56k/Makefile
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2011-08-24 04:48:10 +0100
committerBen Hutchings <ben@decadent.org.uk>2011-12-16 05:42:10 +0000
commit2514500322175840a86466adb89f128e43b53c8b (patch)
treed3b24eed7a306d16295a4a858a8577a1b13f055b /dsp56k/Makefile
parent4969d2da0c2019df2419cbe9d3f8f9f8e44a0f7d (diff)
downloadlinux-firmware-2514500322175840a86466adb89f128e43b53c8b.tar.gz
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>
Diffstat (limited to 'dsp56k/Makefile')
-rw-r--r--dsp56k/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/dsp56k/Makefile b/dsp56k/Makefile
new file mode 100644
index 0000000..c758a28
--- /dev/null
+++ b/dsp56k/Makefile
@@ -0,0 +1,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