summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/sam3u-ek/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-04-03 16:43:35 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-04-03 16:43:35 +0000
commit56156417abb39b166909553f9977963f1cd86a1a (patch)
treecdc1019ec0a6260f004baedd638c12952d6b3a8e /nuttx/configs/sam3u-ek/README.txt
parentcd2f66d53191f083350927532c721e7bf95c907a (diff)
fix dependencies
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3458 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 2a10ddc70a..ba8c18dad2 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