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/bme680-max44009-logger/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/bme680-max44009-logger') diff --git a/src/app/bme680-max44009-logger/Makefile.inc b/src/app/bme680-max44009-logger/Makefile.inc index e31f936..98b37fe 100644 --- a/src/app/bme680-max44009-logger/Makefile.inc +++ b/src/app/bme680-max44009-logger/Makefile.inc @@ -9,6 +9,7 @@ ifdef app override arch_drivers += ,i2c CONFIG_driver_bme680 = y CONFIG_driver_max44009 = y + COMMON_FLAGS += -DCONFIG_driver_bme680 -DCONFIG_driver_max44009 endif COMMON_FLAGS += -DBME680_FLOAT_POINT_COMPENSATION -- cgit v1.2.3