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/i2cbench/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/app/i2cbench') diff --git a/src/app/i2cbench/Makefile.inc b/src/app/i2cbench/Makefile.inc index 15ce127..c5241fd 100644 --- a/src/app/i2cbench/Makefile.inc +++ b/src/app/i2cbench/Makefile.inc @@ -1,4 +1,6 @@ -arch_drivers += ,i2c +ifdef app + override arch_drivers += ,i2c +endif ifneq (${i2cbench_setos}, ) COMMON_FLAGS += -DI2CBENCH_SETOS=${i2cbench_setos} -- cgit v1.2.3