From 15c753b2aa1729a8a793ea2f1078dfe84e23d2e5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:51:30 +0200 Subject: driver configuration is now kconfig-first --- src/app/ccs811test/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/ccs811test') diff --git a/src/app/ccs811test/Makefile.inc b/src/app/ccs811test/Makefile.inc index 3c0ee21..6ca8774 100644 --- a/src/app/ccs811test/Makefile.inc +++ b/src/app/ccs811test/Makefile.inc @@ -6,6 +6,7 @@ ifdef app override arch_drivers += ,i2c - CONFIG_driver_ccS811 = y + CONFIG_driver_ccs811 = y + COMMON_FLAGS += -DCONFIG_driver_ccs811 loop = 1 endif -- cgit v1.2.3