How to add new modules and build controlling switch of optio...
时间:10-02
整理:3721RD
点击:
[DESCRIPTION]
How to add new modules and build controlling switch of options in alps/mediatek/custom/common/kernel
[SOLUTION]
(1)create new folder
alps\mediatek\custom\common\kernel\newdevice\device_a
-->notice need create 2 folder: newdevice\device_a
(2) copy your code in device_a(code can not include makefile file)
(3) Add CUSTOM_KERNEL_NEWDEVICE=device_a to projectconfig.mk
(4) compiling kernel