summaryrefslogtreecommitdiff
path: root/nuttx/tools/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 03:21:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 03:21:27 +0000
commit8536067568baaaf22921d527d54d1edf9921f75a (patch)
tree35049eb30e19cd4487f4b5c02d2385bfd0bbaf1a /nuttx/tools/README.txt
parent80f7724816d1b1f07719185fa7fa5f04b9ecb952 (diff)
downloadpx4-nuttx-8536067568baaaf22921d527d54d1edf9921f75a.tar.gz
px4-nuttx-8536067568baaaf22921d527d54d1edf9921f75a.tar.bz2
px4-nuttx-8536067568baaaf22921d527d54d1edf9921f75a.zip
Extend 'make export' logic to bundle up CFLAGS and linker scripts as well
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3772 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/README.txt')
-rwxr-xr-xnuttx/tools/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/tools/README.txt b/nuttx/tools/README.txt
index 14783ae56..259822378 100755
--- a/nuttx/tools/README.txt
+++ b/nuttx/tools/README.txt
@@ -31,6 +31,14 @@ mkconfig.c, cfgparser.c, and cfgparser.h
into include/nuttx/config.h. config.h is a another version of the
NuttX configuration that can be included by C files.
+mkexport.sh and Makefile.export
+
+ These implement part of the top-level Makefile's 'export' target. That
+ target will bundle up all of the NuttX libraries, header files, and the
+ startup object into an export-able, binary NuttX distribution. The
+ Makefile.export is used only by the mkexport.sh script to parse out
+ options from the top-level Make.defs file.
+
mkversion.c, cfgparser.c, and cfgparser.h
This is C file that is used to build mkversion program. The mkversion