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