makefile

来自「嵌入式系统设计与实验教材二源码linux内核移植与编译」· 代码 · 共 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 + -
显示快捷键?