summaryrefslogtreecommitdiff
path: root/cesar/hal/arch/test/atomic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/arch/test/atomic/Makefile')
-rw-r--r--cesar/hal/arch/test/atomic/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/cesar/hal/arch/test/atomic/Makefile b/cesar/hal/arch/test/atomic/Makefile
new file mode 100644
index 0000000000..2e9a1ef142
--- /dev/null
+++ b/cesar/hal/arch/test/atomic/Makefile
@@ -0,0 +1,13 @@
+BASE = ../../../..
+
+TARGET = sparc
+
+HOST_PROGRAMS = test_atomic
+test_atomic_SOURCES = test_atomic.c
+test_atomic_MODULES = lib
+
+TARGET_PROGRAMS = test_atomic_target
+test_atomic_target_SOURCES = test_atomic.c
+test_atomic_target_MODULES = lib
+
+include $(BASE)/common/make/top.mk