From 3a66ae51c3f34108428e582ef693866d71496d16 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 Aug 2020 15:25:37 +0200 Subject: Expose configuration via Kconfig --- src/app/donothing/Makefile.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/app/donothing') diff --git a/src/app/donothing/Makefile.inc b/src/app/donothing/Makefile.inc index 0608a82..bf22978 100644 --- a/src/app/donothing/Makefile.inc +++ b/src/app/donothing/Makefile.inc @@ -1,3 +1,4 @@ -timer_cycles = 0 -timer_s = 0 -loop = 0 +ifdef app + override timer_s = 0 + override loop = 0 +endif -- cgit v1.2.3