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