summaryrefslogtreecommitdiff
path: root/apps/import/Make.defs
Commit message (Collapse)AuthorAgeFilesLines
* ELF build reuires -fno-common in CFLAGSGregory Nutt2014-09-081-2/+5
|
* libapps.a needs to be added to the list of libraries to link against.Gregory Nutt2014-09-071-1/+1
|
* apps/ make-related fixes. Now builds kernel mode file systemGregory Nutt2014-09-061-4/+4
|
* For the kernel build, there is no reason for ELF flags to be differentGregory Nutt2014-09-061-2/+2
|
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-051-0/+16
|
* Add libgcc to the set of libraries to link againstGregory Nutt2014-09-051-0/+9
|
* Provide library names and paths in apps/import/Make.defsGregory Nutt2014-09-051-0/+15
|
* apps/import Make.defs must also define CFLAGSGregory Nutt2014-09-051-1/+22
|
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus ↵Gregory Nutt2014-09-051-4/+73
| | | | trivial related changes
* Flesh out apps/import/Make.defs a littleGregory Nutt2014-09-051-0/+43
|
* Add an apps/import Make.defs file. Not much there yet, but it will be ↵Gregory Nutt2014-09-051-0/+37
needed for 'make import'