blob: 0751a7fa398e8a55f49a31b5ffff247db90143c7 [file] [log] [blame]
LEVEL = ../../../..
PROG = netbench-crc
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 40000
else
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = 1000
else
RUN_OPTIONS = 12000
ifeq ($(ARCH),XCore)
XCORE_TARGET_NEEDS_MEMORY := 256
endif
endif
endif
include $(LEVEL)/MultiSource/Makefile.multisrc