Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensors: fix Make.defs for bmm150 #15182

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

AndreHeinemans-NXP
Copy link
Contributor

@AndreHeinemans-NXP AndreHeinemans-NXP commented Dec 13, 2024

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

CSRCS += bmm150_uorb.c

Impact

Testing

@github-actions github-actions bot added Area: Sensors Sensors issues Size: XS The size of the change in this PR is very small labels Dec 13, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit d15a20e into apache:master Dec 14, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Sensors Sensors issues Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants