diff options
Diffstat (limited to 'VexRiscv/src/test/cpp/raw/pmp/makefile')
-rw-r--r-- | VexRiscv/src/test/cpp/raw/pmp/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VexRiscv/src/test/cpp/raw/pmp/makefile b/VexRiscv/src/test/cpp/raw/pmp/makefile new file mode 100644 index 0000000..0069df4 --- /dev/null +++ b/VexRiscv/src/test/cpp/raw/pmp/makefile @@ -0,0 +1,3 @@ +PROJ_NAME=pmp + +include ../common/asm.mk |