summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/struct/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-061-1/+0
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+1
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-051-3/+3
|
* Provide library names and paths in apps/import/Make.defsGregory Nutt2014-09-051-8/+6
|
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-1/+1
| | | | new CONFIG_BUILD_KERNEL
* The ELF test/example has been extended so the individual ELF test programs ↵Gregory Nutt2014-08-291-3/+33
| | | | can link against the SYSCALL library (if it is available) or against the C library to eliminate or minimize the need for symbol tables (2014-8-29).
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
|
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-6/+6
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Changes from Mikepatacongo2012-11-161-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5361 42af7a65-404d-4744-a932-0658087f49c3
* The ELF loader is basically functional (needs more testing)patacongo2012-10-271-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
* More ELF loader changespatacongo2012-10-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5261 42af7a65-404d-4744-a932-0658087f49c3
* Add an example for testing the ELF loaderpatacongo2012-10-251-0/+59
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3