一 UBOOT编译--- make xxx_deconfig过程详解( 五 )

5 总结经过前面的分析可知:当执行make xxx_deconfig时,最终会执行以下两个语句: (1)make -f $(srctree)/scripts/Makefile.build obj=scripts/basic (2)make -f ./scripts/Makefile.build obj=scripts/kconfig xxx_deconfig

一 UBOOT编译--- make xxx_deconfig过程详解

文章插图
【一 UBOOT编译--- make xxx_deconfig过程详解】

经验总结扩展阅读