README: document out-of-tree build support
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 6 Oct 2008 09:11:57 +0000 (09:11 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 6 Oct 2008 09:11:57 +0000 (09:11 -0000)
docs/README

index d93987958d03bf8c63fe9187abbbcf71e9ebdb01..d59cf0cd549658ee6fca69feaefd96a2e37f2c2b 100644 (file)
@@ -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:
 ===============================