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
[Hi3716C] Kernel module build (0) | 2013.12.16 |
---|---|
[Hi3716C] sample_e2prom (0) | 2013.12.06 |
[Hi3716C-Kernel] tags, cscope (0) | 2013.11.28 |
[Hi3716C-fastboot] Build commands for fastboot (0) | 2013.11.26 |
[Hi3716C] Setting Up a Local Development Environment (0) | 2013.10.31 |