summaryrefslogtreecommitdiff
path: root/src/app/countertest/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/countertest/Makefile.inc')
-rw-r--r--src/app/countertest/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/countertest/Makefile.inc b/src/app/countertest/Makefile.inc
index f8a5514..0bf380e 100644
--- a/src/app/countertest/Makefile.inc
+++ b/src/app/countertest/Makefile.inc
@@ -1,2 +1,4 @@
-loop ?= 1
-override arch_drivers += ,counter
+ifdef app
+ override loop = 1
+ override arch_drivers += ,counter
+endif