aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ANDROID-KERNEL.TXT
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-05-29 19:25:43 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-05-29 19:25:44 -0700
commit77a5ed00afb5ef40081a59dabf3c90734d12f439 (patch)
tree646cbe40a10884d8f93692630dfb7769bfed1a3e /docs/ANDROID-KERNEL.TXT
parent74416cef69ae7e514f5462da2b43d6d50cf01d2c (diff)
parent88f828e91ff4f13fb3d4f873fc0eedd6ef49a156 (diff)
downloadexternal_qemu-77a5ed00afb5ef40081a59dabf3c90734d12f439.zip
external_qemu-77a5ed00afb5ef40081a59dabf3c90734d12f439.tar.gz
external_qemu-77a5ed00afb5ef40081a59dabf3c90734d12f439.tar.bz2
Merge "[MIPS] Add MIPS support to build-kernel.sh"
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.