diff options
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r-- | src/app/prototest/Makefile.inc | 4 |
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 |