Created
September 8, 2012 22:55
-
-
Save aeroevan/3680670 to your computer and use it in GitHub Desktop.
Kernel Build Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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