[C-11] Hi3716C
[Hi3716C-Kernel] Kernel Build command
eoseontaek
2013. 11. 26. 17:55
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