]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/kbuild/kbuild.txt
kbuild, deb-pkg: support overriding userland architecture
[mv-sheeva.git] / Documentation / kbuild / kbuild.txt
index 634c625da8ce3435e23118e442c47d2d5b903898..b146eb86e498089373ec0c14aaefcdb38920177d 100644 (file)
@@ -51,6 +51,14 @@ Specify the output directory when building the kernel.
 The output directory can also be specificed using "O=...".
 Setting "O=..." takes precedence over KBUILD_OUTPUT.
 
+KBUILD_DEBARCH
+--------------------------------------------------
+For the deb-pkg target, allows overriding the normal heuristics deployed by
+deb-pkg. Normally deb-pkg attempts to guess the right architecture based on
+the UTS_MACHINE variable, and on some architectures also the kernel config.
+The value of KBUILD_DEBARCH is assumed (not checked) to be a valid Debian
+architecture.
+
 ARCH
 --------------------------------------------------
 Set ARCH to the architecture to be built.