aboutsummaryrefslogtreecommitdiff
path: root/VexRiscv/src/test/cpp/raw/smp/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'VexRiscv/src/test/cpp/raw/smp/makefile')
-rw-r--r--VexRiscv/src/test/cpp/raw/smp/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/VexRiscv/src/test/cpp/raw/smp/makefile b/VexRiscv/src/test/cpp/raw/smp/makefile
new file mode 100644
index 0000000..0886c1b
--- /dev/null
+++ b/VexRiscv/src/test/cpp/raw/smp/makefile
@@ -0,0 +1,5 @@
+PROJ_NAME=smp
+
+ATOMIC=yes
+
+include ../common/asm.mk \ No newline at end of file