commit:     52238bfbddba7d043690d2a32296e88e78ed541f
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 21:59:03 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 01:22:08 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=52238bfb

Advertise KERNEL_{MAKE_DIRECTIVE,BINARY}_OVERRIDE in genkernel.conf

Signed-off-by: Christoph Junghans <ottxor <AT> gentoo.org>

---
 genkernel.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/genkernel.conf b/genkernel.conf
index ad5750e..0c3955c 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -173,6 +173,13 @@ DISKLABEL="yes"
 # during kernel compilation
 #KERNEL_CROSS_COMPILE="x86_64-pc-linux-gnu"
 
+# Override default make target (bzImage). See also the --kernel-target
+# command line option. Useful to build a uImage on arm
+#KERNEL_MAKE_DIRECTIVE_OVERRIDE="fooImage"
+
+# Override default kernel binary path. See also the --kernel-binary
+# command line option. Useful to install a uImage on arm
+#KERNEL_BINARY_OVERRIDE="arch/foo/boot/bar"
 
 # =========GENKERNEL LOCATION CONFIGURATION============
 # Variables:

Reply via email to