From 0732b8cc840efb5927bc143f5091a1da4c6e0dce Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 31 Aug 2008 20:23:47 +0000 Subject: buildroot: support out-of-tree builds Add support and documentation for out-of-tree builds with syntax like the Linux kernel (make O=). --- docs/buildroot.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index 6e20d0419..89c59701b 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -217,6 +217,20 @@

You can now disconnect or copy the content of your dl directory 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.

+

Environment variables

-- cgit v1.2.3