xdwjack 发表于 2003-5-15 18:33:51

关于Makefile的问题

请问如果我在内核中新建了一个文件夹,里面有我编辑的文件,是不是我不用写Makefile也可以进行内核的编译,并且我可以达到预期的目标呢?Makefile是不是就是可以提高编译的速度的作用,因为这样就可以不编译不需要更新的部分了,请高手指教.
谢谢!

Dragonfly 发表于 2003-5-15 22:38:16

no, u have to write a makefile. makefile have two use.
1) let compiler to know which files need to be compiled and how to compile them
2) do not compile them when unneeded.

so u at least need1)

xdwjack 发表于 2003-5-16 11:39:51

thank you very much!

Dragonfly 发表于 2003-5-16 21:39:43

welcome.:-D
页: [1]
查看完整版本: 关于Makefile的问题