jerpelea opened a new pull request, #15192: URL: https://github.com/apache/nuttx/pull/15192
## Summary Build fails when enabling CONFIG_SENSORS_BMM150. This happens because "bmm150.c" is added to the CSRCS but that file does not exist. Solved it by removing the part that adds bmm150.c. The driver is available in bmm150_uorb.c and that is correctly added to CSRCS on [nuttx/drivers/sensors/Make.defs](https://github.com/apache/nuttx/blob/fce4f2b3ee849edeb224bf2815f8633df25edfc8/drivers/sensors/Make.defs#L299) Line 299 in [fce4f2b](https://github.com/apache/nuttx/commit/fce4f2b3ee849edeb224bf2815f8633df25edfc8) CSRCS += bmm150_uorb.c ## Impact RELEASE ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org