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

support for optional included makefile which can exist with source control #803

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdb4
Copy link

@sdb4 sdb4 commented Mar 4, 2025

Adding support for an optional included makefile (with the same name as the board file .c). This would have the same name as the board's .c file, for example 'hw_uavc_omega.mk' or 'hw_49.mk', and allows you to make a .mk file with board specific make changes, that can exist as part of the board's source control (suitable for forks or other repository mechanisms).

If present, the makefile detects it and passes it as an extra makefile include when calling 'make', without having to specify an additional command. If the file is not present, then the build process proceeds as normal.

…rd file .c) which can be stored as part of source control
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant