⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 Linux Kernel 2.6.9 for OMAP1710
💻
字号:
## Makefile for the Linux nfs filesystem routines.#obj-$(CONFIG_NFS_FS) += nfs.onfs-y 			:= dir.o file.o inode.o nfs2xdr.o pagelist.o \			   proc.o read.o symlink.o unlink.o write.onfs-$(CONFIG_ROOT_NFS)	+= nfsroot.o mount_clnt.o      nfs-$(CONFIG_NFS_V3)	+= nfs3proc.o nfs3xdr.onfs-$(CONFIG_NFS_V4)	+= nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \			   delegation.o idmap.o \			   callback.o callback_xdr.o callback_proc.onfs-$(CONFIG_NFS_DIRECTIO) += direct.onfs-objs		:= $(nfs-y)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -