summaryrefslogtreecommitdiff
path: root/src/app/prototest/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-19 09:19:58 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-19 09:19:58 +0100
commit3b660dbb8528542354f6488f6c22519b95a49b91 (patch)
tree22f6d704e122c02b0e323e32c943974c611b6557 /src/app/prototest/Makefile.inc
parent790799a3fa2692bfd3f3f1bac927bb0ef016a096 (diff)
prototest: further benchmarking and code generation tests
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r--src/app/prototest/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc
index 39d3053..00c576c 100644
--- a/src/app/prototest/Makefile.inc
+++ b/src/app/prototest/Makefile.inc
@@ -1,10 +1,10 @@
ifeq (${prototest_bench_energy}, 1)
- loop = 1
+ loop ?= 1
COMMON_FLAGS += -DPROTOTEST_BENCH_ENERGY
endif
ifeq (${prototest_bench_cycles}, 1)
- loop = 0
+ loop ?= 0
arch_drivers += ,counter
COMMON_FLAGS += -DPROTOTEST_BENCH_CYCLES
endif