make defconfig issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,371件の閲覧回数
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 解決策
1,245件の閲覧回数
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 返信
1,246件の閲覧回数
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 件の賞賛
返信