[cs]What are the `some_name.o.cmd` files?

Jeongkyu(Jun)·2023년 1월 15일
0

CS

목록 보기
2/2

Basically, this is kernel compilation optimisation. These files are used to prevent make from working too much when unnecessary. As you can read above, a some_name.o.cmd file would be there to keep tracks of what's been done already/needs to be done when it comes to the compilation of some_name.o.
For more information, see section 4.5 of the document I linked earlier (What is new in Linux-2.5/2.6’s kbuild?).

profile
안녕하세요

0개의 댓글

Powered by GraphCDN, the GraphQL CDN