帮忙解释下下面这两条指令的意义和区别,是不是也可以通过修改Makefile文件,用make all代替??
Shine:
第一句是使用默认配置。defconfig的作用如下:
Before compiling the Linux kernel it needs to be configured to select what components will become part of the kernel image, which components will be build as dynamic modules, and which components will be left out all together. This is done using the Linux kernel configuration system.第二句的作用是编译内核。
小白很小白:
回复 Shine:
这个uboot 默认是给evm用的,我用的是ice ,那个“ make *****confige”,“ **** ”是怎么更改的,修改哪个文件??
yongqing wang:
你在在源码里搜am335x_evm_defconfig,里面可以找到对应的配置文件
yongqing wang:
回复 yongqing wang:
通过修改Makefile文件按道理是可以的,但这非常复杂
yongqing wang:
回复 yongqing wang:
不能用make all代替
TI中文支持网