makefile
来自「ARM 嵌入式 系统 设计与实例开发 实验教材 二源码」· 代码 · 共 14 行
TXT
14 行
## Makefile for the linux autofs-filesystem routines.## We can build this either out of the kernel tree or the autofs tools tree.#O_TARGET := autofs4.oobj-y := init.o inode.o root.o symlink.o waitq.o expire.oobj-m := $(O_TARGET)include $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?