make defconfig issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

make defconfig issue

跳至解决方案
717 次查看
wangtsungli
Contributor IV

Hi Community,

I'm working on i.MX6 Quad sabre-SD platform and build Android 6 with android_M6.0.1_2.1.0_source.

Before I execute make, I get to folder kernel_imx to make my customize defconfig.

And it will generate a .config file under kernel_imx.

But When I try to make All project, .config would be changed to another defconfig.

Why would .config file be changed?

Is there any Makefile I need to mentioned?

标签 (5)
0 项奖励
1 解答
591 次查看
wangtsungli
Contributor IV

I had found the solution.

In device/fsl/imx6/soc/imx6dq.mk defined TARGET_KERNEL_DEFCONF.

I need to change it to my customize defconf.

I try to export my customize name and modify it to imx_$(MY_PRODUCT_NAME)_android_defconfig.

And it solve my problem!

在原帖中查看解决方案

0 项奖励
1 回复
592 次查看
wangtsungli
Contributor IV

I had found the solution.

In device/fsl/imx6/soc/imx6dq.mk defined TARGET_KERNEL_DEFCONF.

I need to change it to my customize defconf.

I try to export my customize name and modify it to imx_$(MY_PRODUCT_NAME)_android_defconfig.

And it solve my problem!

0 项奖励