代码搜索:Making

找到约 2,505 项符合「Making」的源代码

代码结果 2,505
www.eeworm.com/read/430518/1928413

makefile

# Rules for making the NTFS driver O_TARGET := ntfs.o obj-y := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o unistr.o obj-m := $(O_TARGET) # New version format started 3 February 2
www.eeworm.com/read/100766/15864854

kernelmakefile

# Rules for making the NTFS driver O_TARGET := ntfs.o O_OBJS := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o M_OBJS := $(O_TARGET) EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERS
www.eeworm.com/read/100282/15877970

kernelmakefile

# Rules for making the NTFS driver O_TARGET := ntfs.o O_OBJS := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o M_OBJS := $(O_TARGET) EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERS
www.eeworm.com/read/209559/4974244

makefile

# Rules for making the NTFS driver. obj-$(CONFIG_NTFS_FS) += ntfs.o ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \ index.o inode.o mft.o mst.o namei.o super.o sysctl.
www.eeworm.com/read/316872/3605666

makefile

# Rules for making the NTFS driver. obj-$(CONFIG_NTFS_FS) += ntfs.o ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \ index.o inode.o mft.o mst.o namei.o runlist.o super