慢慢欣赏linux kbuild构建

.config 与 include/config/auto.config的差别:
后者是前者生成的。
.config => include/config/auto.config
例如:
    后者并过滤掉非使能的选择,例如 #CONFIG_XXX is not set
    CINFIG_PROC_FS = y => #define CINFIG_PROC_FS 1

 


Linux内核构建系统之一    这个系列不错
https://blog.csdn.net/u012999771/article/details/39644877

Linux内核构建系统之九
https://blog.csdn.net/lixiangminghate/article/details/50533321

Linux移植之子目录下的built-in.o生成过程分析
https://www.cnblogs.com/andyfly/p/9401647.html

Linux移植之make uImage编译过程分析
https://www.cnblogs.com/andyfly/p/9396423.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章