summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-02-05 15:28:16 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-02-05 15:45:53 -0800
commit9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5 (patch)
tree9a9f6fa08c0abf55ca48375be3cb6da6e58f2371
parentWait for iscsi to settle, use scandelay method (diff)
downloadgenkernel-9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5.tar.gz
genkernel-9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5.tar.bz2
genkernel-9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5.zip
doc: add --kernel-outputdir to documentation.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--doc/genkernel.8.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index ef0aa1e4..ab534cdf 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -203,6 +203,12 @@ LOW-LEVEL COMPILATION OPTIONS
*--kernel-binary*=<path>::
Override default kernel binary path (arch/foo/boot/bar)
+*--kernel-outputdir=<path>::
+ Save output files outside the source tree. This should be used rather than
+ KBUILD_OUTPUT when you wish to place kernel objects outside of the source
+ tree (eg because cannot write to that directory as the user genkernel is
+ running as).
+
*--utils-cc*=<compiler>::
Compiler to use for utilities.