make defconfig issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

make defconfig issue

Jump to solution
705 Views
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?

Labels (5)
0 Kudos
1 Solution
579 Views
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!

View solution in original post

0 Kudos
1 Reply
580 Views
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 Kudos