ifeq ($(COMPRESSED),yes)
	PROJ_NAME=machineCsrCompressed
	CFLAGS=-DCOMPRESSED
else
	PROJ_NAME=machineCsr
endif




include ../common/asm.mk