diff options
Diffstat (limited to 'VexRiscv/src/test/cpp/raw/amo/makefile')
-rw-r--r-- | VexRiscv/src/test/cpp/raw/amo/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/VexRiscv/src/test/cpp/raw/amo/makefile b/VexRiscv/src/test/cpp/raw/amo/makefile new file mode 100644 index 0000000..6e9afc5 --- /dev/null +++ b/VexRiscv/src/test/cpp/raw/amo/makefile @@ -0,0 +1,5 @@ +PROJ_NAME=amo + +ATOMIC=yes + +include ../common/asm.mk
\ No newline at end of file |