Last active
January 3, 2016 16:28
-
-
Save rtammekivi/8489305 to your computer and use it in GitHub Desktop.
Kernel/out-of-tree modules/little kernel preparation script.
This file contains hidden or 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
export ARCH=arm | |
export CROSS_COMPILE=/home/rudolf/android/cyanogenmod/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi- | |
# For out-of-tree modules | |
export KERNEL_DIR=~/android/cyanogenmod/out/target/product/u8800/obj/KERNEL_OBJ/ | |
# For Little Kernel | |
export PATH=$PATH:~/android/cyanogenmod/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment