aboutsummaryrefslogtreecommitdiff
path: root/bl-agitator/Makefile
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-12-05 17:27:39 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2014-12-05 17:27:39 +0530
commit2e04adeaf5c986a3ed6830e67d064e39e10b317b (patch)
treef1ec4f907374e8b15b328caa48ca51eb182cc6ee /bl-agitator/Makefile
big.LITTLE IKS test suites initial commit
big.LITTLE IKS test suites initial commit Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'bl-agitator/Makefile')
-rw-r--r--bl-agitator/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/bl-agitator/Makefile b/bl-agitator/Makefile
new file mode 100644
index 0000000..38c747e
--- /dev/null
+++ b/bl-agitator/Makefile
@@ -0,0 +1,11 @@
+CROSS_COMPILE ?= arm-linux-gnueabi-
+CC = $(CROSS_COMPILE)gcc
+SOURCES = bl-agitator.c
+
+all: bl-agitator
+
+clean:
+ rm -f bl-agitator
+
+bl-agitator:
+ $(CC) $(SOURCES) $(CFLAGS) -lrt -lpthread -o bl-agitator