################################################################################################### HOW TO BUILD Unofficial Kernel Marshmallow 6.0.1 for SM-G800H
-
How to Build
Extract kernel source and move into the top directory.
$ ./build_kernel.sh
-
Output files
- Kernel : Kernel/arch/arm/boot/zImage
- module : Kernel/drivers//.ko
-
How to Clean
$ make clean
-
How to make .tar binary for downloading into target.
- change current directory to Kernel/arch/arm/boot
- type following command
$ tar cvf Unofficial_Kernel_MM.tar zImage
###################################################################################################