summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-06-21 23:07:12 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-21 23:07:12 +0200
commitcd7459b4eef742069f7796c4dfceed8facbfab68 (patch)
treecadc2e850914f9d53c82fb814f7e63ba0e88fe26 /docs/README
parentf63440cc43af946c8ff4de0b07849918d01feb43 (diff)
downloadbuildroot-novena-cd7459b4eef742069f7796c4dfceed8facbfab68.tar.gz
buildroot-novena-cd7459b4eef742069f7796c4dfceed8facbfab68.zip
docs: Document location of .config for out-of-tree builds
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 022936b69..c330a606b 100644
--- a/docs/README
+++ b/docs/README
@@ -35,7 +35,7 @@ make command line, E.G.:
$ make O=/tmp/build
-And all the output files will be located under /tmp/build.
+And all the output files (including .config) will be located under /tmp/build.
More finegrained configuration:
===============================