Skip to content

Instantly share code, notes, and snippets.

@aeroevan
Created September 8, 2012 22:55
Show Gist options
  • Save aeroevan/3680670 to your computer and use it in GitHub Desktop.
Save aeroevan/3680670 to your computer and use it in GitHub Desktop.
Kernel Build Script
CPU_JOB_NUM=2
#TOOLCHAIN=/home/evan/src/android/android_prebuilts_gcc_linux-x86_arm_arm-eabi-4.6/bin
TOOLCHAIN=/home/evan/src/android/android-toolchain-eabi/bin
TOOLCHAIN_PREFIX=arm-eabi-
make -j$CPU_JOB_NUM ARCH=arm CROSS_COMPILE=$TOOLCHAIN/$TOOLCHAIN_PREFIX #V=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment