diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2015-01-17 14:59:03 -0700 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2015-01-17 18:22:08 -0700 |
commit | 52238bfbddba7d043690d2a32296e88e78ed541f (patch) | |
tree | 52bd652332c7651b6001de4d5a5eea3249254f75 | |
parent | compile_generic: fixed print_info for kernel targets (diff) | |
download | genkernel-52238bfbddba7d043690d2a32296e88e78ed541f.tar.gz genkernel-52238bfbddba7d043690d2a32296e88e78ed541f.tar.bz2 genkernel-52238bfbddba7d043690d2a32296e88e78ed541f.zip |
Advertise KERNEL_{MAKE_DIRECTIVE,BINARY}_OVERRIDE in genkernel.conf
Signed-off-by: Christoph Junghans <ottxor@gentoo.org>
-rw-r--r-- | genkernel.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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: |