慢慢欣賞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

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