Skip to content

Kernel source tree for Samsung Galaxy J1 Mini VE - SPRD - 3G | SM-J106H/B

License

Notifications You must be signed in to change notification settings

LegacyOS/android_kernel_samsung_j1minive3g

 
 

Repository files navigation

  1. How to Build

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

      • arm-eabi-4.8
    • edit build_kernel.sh edit "CROSS_COMPILE" to set proper toolchain. EX) export CROSS_COMPILE=$(android platform directory)/android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-

    • run build_kernel.sh $ ./build_kernel.sh

  2. Output files

    • Kernel : arch/arm/boot/Image
    • module : modules/*.ko
  3. How to Clean $ ./build_kernel.sh Clean or $ make distclean

About

Kernel source tree for Samsung Galaxy J1 Mini VE - SPRD - 3G | SM-J106H/B

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.2%
  • Assembly 2.0%
  • C++ 1.8%
  • Objective-C 0.6%
  • Makefile 0.3%
  • Perl 0.1%