https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d041fd6f98ca4ce42c570b4fc9897c627adfee3e authored by Jason Self on 17 September 2014, 16:39:47 UTC
Linux-libre 3.10.55-gnu
Tip revision: d041fd6
Makefile
#
# Makefile for the Linux ufs filesystem routines.
#

obj-$(CONFIG_UFS_FS) += ufs.o

ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
	    namei.o super.o symlink.o truncate.o util.o
back to top