mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
85baa390bf
* Samsung Package Version: G800HXXU1CRJ1 * CAF Tag: LA.BF.1.1.3-00110-8x26.0
11 lines
No EOL
348 B
Bash
11 lines
No EOL
348 B
Bash
#!/bin/bash
|
|
|
|
export ARCH=arm
|
|
export CROSS_COMPILE=$(pwd)/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
|
|
|
|
mkdir output
|
|
|
|
make -C $(pwd) O=output msm8226-sec_defconfig VARIANT_DEFCONFIG=msm8228-sec_atlantic3geur_defconfig SELINUX_DEFCONFIG=selinux_defconfig
|
|
make -j64 -C $(pwd) O=output
|
|
|
|
cp output/arch/arm/boot/Image $(pwd)/arch/arm/boot/zImage |