aboutsummaryrefslogtreecommitdiff
path: root/VexRiscv/src/test/cpp/raw/machineCsr/makefile
blob: 4fc2c8459e798f479ae201de0abfde7b0b86c868 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(COMPRESSED),yes)
	PROJ_NAME=machineCsrCompressed
	CFLAGS=-DCOMPRESSED
else
	PROJ_NAME=machineCsr
endif




include ../common/asm.mk