[Buildroot] svn commit: trunk/buildroot/docs

jacmet at uclibc.org jacmet at uclibc.org
Mon Oct 6 09:11:57 UTC 2008


Author: jacmet
Date: 2008-10-06 02:11:57 -0700 (Mon, 06 Oct 2008)
New Revision: 23590

Log:
README: document out-of-tree build support

Modified:
   trunk/buildroot/docs/README


Changeset:
Modified: trunk/buildroot/docs/README
===================================================================
--- trunk/buildroot/docs/README	2008-10-06 08:56:48 UTC (rev 23589)
+++ trunk/buildroot/docs/README	2008-10-06 09:11:57 UTC (rev 23590)
@@ -26,6 +26,17 @@
 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:
 ===============================
 




More information about the buildroot mailing list