mayhem-firmware
mayhem-firmware copied to clipboard
Cmake not rebuilding external apps when baseband code is changed
Describe the bug.
When a baseband module is changed that is used by an external app and firmware is rebuilt, the external app needs to be regenerated to include the updated baseband module.
Reproduction
- Modify a baseband module such as tone_gen.cpp.
- Run "make"
- Note that baseband modules are recompiled, but external apps were not rebuilt with the new baseband modules.
Expected behavior
External apps need to be rebuilt if a baseband module is changed.
Environment/versions
No response
Anything else?
Should be a simple makefile change to add a dependency, but just documenting the issue right now.
I got hit by it when trying your PR
The makefile change in PR #2031 didn't work properly, so reopened this issue.