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

cmake: Fix some dependencies for kernel mode build #851

Merged
merged 3 commits into from
Dec 20, 2024
Merged

Conversation

pussuw
Copy link

@pussuw pussuw commented Dec 19, 2024

This fixes some dependencies reducing unnecessary rebuild steps from ~90 to ~10.

The remaining steps are also unnecessary but I did not figure out which rule is causing them to trigger.

Prior to this patch rc.sysinit was always rebuilt unconditionally, this
rule stops that.
Prior to this change all px4 modules were rebuilt unconditionally, this
patch stops that.
Prior to this change all NuttX executables were rebuilt unconditionally,
this patch stops that.
@pussuw pussuw requested a review from jlaitine December 19, 2024 14:05
@pussuw pussuw merged commit 9af9413 into main Dec 20, 2024
27 checks passed
@pussuw pussuw deleted the fix_some_cmake_deps branch December 20, 2024 14:33
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.

2 participants