Explorar o código

README: document out-of-tree build support

Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
d1b1b4ee7d
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      docs/README

+ 11 - 0
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:
 ===============================