18137c0fec
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.
28 lines
197 B
Plaintext
28 lines
197 B
Plaintext
*.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
|