Fork me on GitHub
侧边栏
摘要: 1、各级子目录的Makefile: obj-y += file.o obj-y += subdir/ “obj-y += file.o” 表示把当前目录下的file.c编进程序里。 “obj-y += subdir/”表示进入subdir这个子目录下去寻找文件来编进子程序中; 2、顶层目录的Make 阅读全文
posted @ 2017-07-22 10:47 yooooooo 阅读(599) 评论(0) 推荐(0)