summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-04 15:30:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-04 15:30:18 +0200
commit2172530a6159043f375fe7b688666f25527e6ebb (patch)
tree95bec34ada9b737d29c80a0c71938bcc4e2f394c
parent295e333c73cde26181ce61568b5ff89ec1561927 (diff)
downloadsdma-firmware-2172530a6159043f375fe7b688666f25527e6ebb.tar.gz
sdma-firmware-2172530a6159043f375fe7b688666f25527e6ebb.tar.xz
add Makefile for sdmaasm
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--sdmaasm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdmaasm/Makefile b/sdmaasm/Makefile
new file mode 100644
index 0000000..8bd7ebf
--- /dev/null
+++ b/sdmaasm/Makefile
@@ -0,0 +1,4 @@
+all: sdmaasm
+
+sdmaasm: helpers.o instruction.o instructionlist.o instructionparser.o main.o
+ g++ -o sdmaasm helpers.o instruction.o instructionlist.o instructionparser.o main.o