summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-03 16:43:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-03 16:43:35 +0000
commitcfc7fe371ad9efc22bded77dc0779ec4eff1a9fd (patch)
treecdc1019ec0a6260f004baedd638c12952d6b3a8e /nuttx/configs/sam3u-ek/README.txt
parent139456d3cb1a8c7be9e48d765eda23b15d8c8bad (diff)
downloadpx4-nuttx-cfc7fe371ad9efc22bded77dc0779ec4eff1a9fd.tar.gz
px4-nuttx-cfc7fe371ad9efc22bded77dc0779ec4eff1a9fd.tar.bz2
px4-nuttx-cfc7fe371ad9efc22bded77dc0779ec4eff1a9fd.zip
fix dependencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3458 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sam3u-ek/README.txt')
-rwxr-xr-xnuttx/configs/sam3u-ek/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/sam3u-ek/README.txt b/nuttx/configs/sam3u-ek/README.txt
index 2a10ddc70..ba8c18dad 100755
--- a/nuttx/configs/sam3u-ek/README.txt
+++ b/nuttx/configs/sam3u-ek/README.txt
@@ -324,7 +324,13 @@ must be is one of the following:
are built separately. This build requires a special make command; not
just 'make' but make with the following two arguments:
- make pass1 pass2
+ make pass1 pass2
+
+ This is required because in the normal case (just 'make'), make will
+ create all dependencies then execute the pass1 and pass2 targets. But
+ this example, pass2 depends on auto-generatd files produced during pass1.
+ This specall make command ('make pass1 pass2') will make the dependencies
+ separately for each pass.
nsh:
Configures the NuttShell (nsh) located at examples/nsh. The