Skip to content

Latest commit

 

History

History
executable file
·
23 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

executable file
·
23 lines (18 loc) · 613 Bytes

Latest Kernel Build

J710FNODD1BSB2

Cycle: End of life

  1. How to Build

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

      • aarch64-linux-android-4.9
    • edit Makefile edit "CROSS_COMPILE" to right toolchain path(You downloaded). EX) CROSS_COMPILE= $(android ../PLATFORM/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-

      • to Build $ make j7xelteswa_00_defconfig $ make -j64
  2. Output files

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