Quellcode durchsuchen

README: document out-of-tree build support

Peter Korsgaard vor 17 Jahren
Ursprung
Commit
d1b1b4ee7d
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  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
 and issue "make source" there, then copy the content of your dl/ dir to
 the build-host.
 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 finegrained configuration:
 ===============================
 ===============================