Step 1 Switch to the kernel source code directory.

$ cd ./kernel


Step 2 Configure the kernel configuration file.

$ make hi3716c-android_defconfig


Step 3 Compile the kernel.

$ make uImage


Step 4 Copy the generated file to the out directory.

cp -avf arch/arm/boot/uImage ../out/target/product/godbox/kernel


Clear the kernel compilation result by running the following command:

$ make distclean



Posted by eoseontaek