diff options
author | Bhanu Chetlapalli <bhanu@mips.com> | 2012-05-21 16:39:51 -0700 |
---|---|---|
committer | Bhanu Chetlapalli <bhanu@mips.com> | 2012-05-21 16:39:51 -0700 |
commit | 88f828e91ff4f13fb3d4f873fc0eedd6ef49a156 (patch) | |
tree | eaff1468038bd2bcfd9c198fbadce6b433a6105b /docs | |
parent | f808ea33913102e45ab1d91197ac5e59b01ef158 (diff) | |
download | external_qemu-88f828e91ff4f13fb3d4f873fc0eedd6ef49a156.zip external_qemu-88f828e91ff4f13fb3d4f873fc0eedd6ef49a156.tar.gz external_qemu-88f828e91ff4f13fb3d4f873fc0eedd6ef49a156.tar.bz2 |
[MIPS] Add MIPS support to build-kernel.sh
Enables building of mips goldfish kernel
Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ANDROID-KERNEL.TXT | 5 |
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. |