summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorPeter Korsgaard2008-10-06 11:11:57 +0200
committerPeter Korsgaard2008-10-06 11:11:57 +0200
commitd1b1b4ee7d00439687e1b366414e6d49ca6a3f89 (patch)
tree9ebcab255ecd54d1c3a0b2b84d6b518237d88576 /docs/README
parentlinux: fix copy of Busybox config to target directory (diff)
downloadbuildroot-d1b1b4ee7d00439687e1b366414e6d49ca6a3f89.tar.gz
buildroot-d1b1b4ee7d00439687e1b366414e6d49ca6a3f89.tar.xz
buildroot-d1b1b4ee7d00439687e1b366414e6d49ca6a3f89.zip
README: document out-of-tree build support
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index d93987958..d59cf0cd5 100644
--- a/docs/README
+++ b/docs/README
@@ -26,6 +26,17 @@ and your toplevel .config to a machine that has an internet-connection
and issue "make source" there, then copy the content of your dl/ dir to
the build-host.
+Building out-of-tree:
+=====================
+
+Buildroot supports building out of tree with a syntax similar
+to the Linux kernel. To use it, add O=<directory> to the
+make command line, E.G.:
+
+$ make O=/tmp/build
+
+And all the output files will be located under /tmp/build.
+
More finegrained configuration:
===============================