From 8b5d14c7dcf045b21083e55444c3cf08e03cdbd8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 16 Jan 2022 06:52:30 +0100 Subject: fix app (non-kconfig) builds in some application Makefiles --- src/app/bme680-max44009-logger/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/bme680-max44009-logger/Makefile.inc') diff --git a/src/app/bme680-max44009-logger/Makefile.inc b/src/app/bme680-max44009-logger/Makefile.inc index 33d05b0..d98dad2 100644 --- a/src/app/bme680-max44009-logger/Makefile.inc +++ b/src/app/bme680-max44009-logger/Makefile.inc @@ -9,7 +9,7 @@ ifdef app override arch_drivers += ,i2c CONFIG_driver_bme680 = y CONFIG_driver_max44009 = y - COMMON_FLAGS += -DCONFIG_driver_bme680 -DCONFIG_driver_max44009 + COMMON_FLAGS += -DCONFIG_driver_bme680 -DCONFIG_driver_max44009 -DCONFIG_meta_driver_i2c -DCONFIG_meta_driver_hardware_i2c endif ifdef CONFIG_arch_posix -- cgit v1.2.3