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/mpu9250_motionlog/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/app/mpu9250_motionlog/Makefile.inc') diff --git a/src/app/mpu9250_motionlog/Makefile.inc b/src/app/mpu9250_motionlog/Makefile.inc index 93b8d33..7d5621b 100644 --- a/src/app/mpu9250_motionlog/Makefile.inc +++ b/src/app/mpu9250_motionlog/Makefile.inc @@ -7,5 +7,7 @@ ifdef app override arch_drivers += ,i2c CONFIG_driver_mpu9250 = y - COMMON_FLAGS += -DCONFIG_driver_mpu9250 + CONFIG_meta_driver_i2c = y + CONFIG_meta_driver_hardware_i2c = y + COMMON_FLAGS += -DCONFIG_driver_mpu9250 -DCONFIG_meta_driver_i2c -DCONFIG_meta_driver_hardware_i2c endif -- cgit v1.2.3