summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-05-05 08:49:34 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2010-05-05 08:49:34 +1000
commitce73e558861e2d7259d9a5afc62ef53f2f6821f9 (patch)
tree6895d6504085421c77698e6e63c5a4ce0d90b472 /init
parentfce629f97e9b85a47b88983877ff2059932efc5f (diff)
parent06f9a55cf72b6aa19b4206a05d6f9af6fa9648ea (diff)
Merge remote branch 'kbuild/for-next'
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index eb77e8ccde1c..320b0517fe27 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -76,6 +76,14 @@ config INIT_ENV_ARG_LIMIT
variables passed to init from the kernel command line.
+config CROSS_COMPILE
+ string "Cross-compiler tool prefix"
+ help
+ Same as running 'make CROSS_COMPILE=prefix-' but stored for
+ default make runs in this kernel build directory. You don't
+ need to set this unless you want the configured kernel build
+ directory to select the cross-compiler automatically.
+
config LOCALVERSION
string "Local version - append to kernel release"
help