mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
This is the corresponding change to the one on main NuttX repo. In this case this involves splitting the build of libapps.a into: a) building all applications (which is safely parallelizable), b) adding each application's object files to the archive in turns (serial by nature). This removes the need for the flock used to protect the parallel build.
27 lines
197 B
Text
27 lines
197 B
Text
*.a
|
|
*.adb
|
|
*.asm
|
|
*.d
|
|
*.dSYM
|
|
*.exe
|
|
*.hobj
|
|
*.i
|
|
*.lib
|
|
*.lst
|
|
*.o
|
|
*.obj
|
|
*.rel
|
|
*.src
|
|
*.swp
|
|
*.sym
|
|
*~
|
|
.depend
|
|
.kconfig
|
|
/bin
|
|
/boot_romfsimg.h
|
|
/external
|
|
/Kconfig
|
|
/romfs.img
|
|
/symtab_apps.c
|
|
cscope.out
|
|
Make.dep
|