aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ANDROID-KERNEL.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ANDROID-KERNEL.TXT')
-rw-r--r--docs/ANDROID-KERNEL.TXT5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ANDROID-KERNEL.TXT b/docs/ANDROID-KERNEL.TXT
index d5a1930..9305ff0 100644
--- a/docs/ANDROID-KERNEL.TXT
+++ b/docs/ANDROID-KERNEL.TXT
@@ -25,6 +25,11 @@ To rebuild the x86 kernel:
cd $KERNEL_SOURCES
/path/to/rebuild-kernel.sh --arch=x86 --out=$ANDROID/prebuilt/android-x86/kernel
+To rebuild the MIPS kernel:
+
+ cd $KERNEL_SOURCES
+ /path/to/rebuild-kernel.sh --arch=mips --out=$ANDROID/prebuilts/qemu-kernel/mips
+
Note that you will need to have your cross-toolchain in your path.
If this is not the case, the script will complain and give you the
expected name. Use --cross=<prefix> to specify a different toolchain.