commit: 9a8f6f84aeba0807df3dac2fc95462a0e96ec7f5
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 23:28:16 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 23:45:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9a8f6f84
doc: add --kernel-outputdir to documentation.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
doc/genkernel.8.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index ef0aa1e..ab534cd 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.