You are on page 1of 1

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

1. How to Build
- get Toolchain
From android git server , codesourcery and etc ..
- arm-eabi-4.9

- edit Makefile
edit "CROSS_COMPILE" to right toolchain path(You downloaded).
EX) CROSS_COMPILE= $(android platform directory you download)/android/prebuilts/gcc/linux-
x86/arm/arm-eabi-4.9/bin/arm-eabi-
Ex) CROSS_COMPILE=/usr/local/toolchain/arm-eabi-4.9/bin/arm-eabi- // check the location of
toolchain

- to Build G920T
$ make ARCH=arm64 exynos7420-zeroflte_tmo_defconfig
$ make ARCH=arm64

- to Build G925T
$ make ARCH=arm64 exynos7420-zerolte_tmo_defconfig
$ make ARCH=arm64

2. Output files
- Kernel : arch/arm/boot/zImage
- module : drivers/*/*.ko

3. How to Clean
$ make clean
################################################################################

README_Kernel.txt[01/02/2018 09:33:26 a.m.]

You might also like