summaryrefslogtreecommitdiff
path: root/nuttx/LibTargets.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add logic that will permit us to build user libraries with different CFLAGS ↵Gregory Nutt2014-09-091-193/+192
| | | | than kernel code. This is needed because we need the -fno-common option when building ELF code to prevent SHN_COMMON relocations
* Move commit library targets out of Makefile.unix and Makeifle.win into a new ↵Gregory Nutt2014-09-091-0/+193
LibTargets.mk