summaryrefslogtreecommitdiff
path: root/nuttx/LibTargets.mk
Commit message (Collapse)AuthorAgeFilesLines
* boardctl(): Add a new non-standard OS interface. This is similar to a ↵Gregory Nutt2015-03-311-0/+6
| | | | driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
* 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