mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 09:26:38 +00:00
The nuttx link target only listed libarch.a, board lib, arch objects and nuttx-names.dat as prerequisites, so rebuilding an app or system library (staging/libapps.a etc.) did not trigger a relink and the change never reached the binary. Add the staging libraries passed in via LINKLIBS to the prerequisite list, matching the pattern used by arch/arm/src/Makefile. Signed-off-by: rongbaichuan <rongbaichuan1027@163.com> |
||
|---|---|---|
| .. | ||
| cmake | ||
| sim | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile | ||
| nuttx-names.in | ||
| patch_macho_initsection.py | ||