diff options
Diffstat (limited to 'VexRiscv/src/test/cpp/raw/machineCsr/makefile')
-rw-r--r-- | VexRiscv/src/test/cpp/raw/machineCsr/makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/VexRiscv/src/test/cpp/raw/machineCsr/makefile b/VexRiscv/src/test/cpp/raw/machineCsr/makefile new file mode 100644 index 0000000..4fc2c84 --- /dev/null +++ b/VexRiscv/src/test/cpp/raw/machineCsr/makefile @@ -0,0 +1,11 @@ +ifeq ($(COMPRESSED),yes) + PROJ_NAME=machineCsrCompressed + CFLAGS=-DCOMPRESSED +else + PROJ_NAME=machineCsr +endif + + + + +include ../common/asm.mk
\ No newline at end of file |