This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/12.8 by this push:
     new f4e650352e sensors: fix Make.defs for bmm150
f4e650352e is described below

commit f4e650352e0c034c8acb6986beabc4ffa4019fa1
Author: Andre Heinemans <[email protected]>
AuthorDate: Thu Dec 12 18:00:39 2024 +0100

    sensors: fix Make.defs for bmm150
---
 drivers/sensors/Make.defs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/sensors/Make.defs b/drivers/sensors/Make.defs
index 192114a670..c70410473e 100644
--- a/drivers/sensors/Make.defs
+++ b/drivers/sensors/Make.defs
@@ -174,10 +174,6 @@ else
 endif
 endif
 
-ifeq ($(CONFIG_SENSORS_BMM150),y)
-  CSRCS += bmm150.c
-endif
-
 ifeq ($(CONFIG_SENSORS_BMP180),y)
   CSRCS += bmp180_base.c
 ifeq ($(CONFIG_SENSORS_BMP180_UORB),y)

Reply via email to