From 88f828e91ff4f13fb3d4f873fc0eedd6ef49a156 Mon Sep 17 00:00:00 2001 From: Bhanu Chetlapalli Date: Mon, 21 May 2012 16:39:51 -0700 Subject: [MIPS] Add MIPS support to build-kernel.sh Enables building of mips goldfish kernel Signed-Off-By: Bhanu Chetlapalli --- docs/ANDROID-KERNEL.TXT | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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= to specify a different toolchain. -- cgit v1.1