Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.4-rc8 9 lines 230 B view raw
1# 2# Makefile for the Linux ufs filesystem routines. 3# 4 5obj-$(CONFIG_UFS_FS) += ufs.o 6 7ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ 8 namei.o super.o symlink.o util.o 9ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG