summaryrefslogtreecommitdiff
path: root/cesar/cp2/secu/test/sparc-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp2/secu/test/sparc-Makefile')
-rw-r--r--cesar/cp2/secu/test/sparc-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/cesar/cp2/secu/test/sparc-Makefile b/cesar/cp2/secu/test/sparc-Makefile
new file mode 100644
index 0000000000..6c54b9b289
--- /dev/null
+++ b/cesar/cp2/secu/test/sparc-Makefile
@@ -0,0 +1,12 @@
+BASE = ../../..
+
+TARGET = sparc
+ECOS = y
+
+TARGET_PROGRAMS = test-sha2
+
+test-sha2_SOURCES = test-sha2.c
+test-sha2_MODULES = lib cp2/secu
+
+VARIANT = sparc
+include $(BASE)/common/make/top.mk