PPC Linux Driver, use makefile to compare the routen in Linux.
PPC Linux Driver, use makefile to compare the routen in Linux....
一个工程中的源文件不计其数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,也可以执行操作系统的命令。[1-2]
PPC Linux Driver, use makefile to compare the routen in Linux....
A standard Makefile for I2C Driver module generation...
陈皓大神的makefile入门教学书籍。本人觉得很有用,传上来供大家参考学习,共同进步。以下摘录书中makefile总纲,供大家对makefile语言有个初步了解。  ...