Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

alexax66/KK_kernel_serranove3g

Repository files navigation

################################################################################

  1. How to Build

    • get Toolchain From android git server , codesourcery and etc ..

      • arm-eabi-4.7
    • edit Makefile edit "CROSS_COMPILE" to right toolchain path(You downloaded). EX) export CROSS_COMPILE= $(android platform directory you download)/android/gcc/prebuilts/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi- Ex) export CROSS_COMPILE=/usr/local/toolchain/arm-eabi-4.7/bin/arm-eabi- // check the location of toolchain $ export CROSS_COMPILE=(compiler path) $ export ARCH=arm $ mkdir output $ make -C $(pwd) O=output msm8916_sec_defconfig VARIANT_DEFCONFIG=msm8916_sec_serranove3g_eur_defconfig SELINUX_DEFCONFIG=selinux_defconfig $ make -C $(pwd) O=output

  2. Output filesS

    • Kernel : output/arch/arm/boot/zImage
    • module : output/drivers//.ko
  3. How to Clean $ cd output $ make clean ################################################################################

About

Unofficial KItKat kernel for Samsung GT-I9192I/I9195I Galaxy S4 Mini Plus (serranove3gxx/serranoveltexx)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors