https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b411262067af1b3b014efea8d23ed1889bc900b0 authored by Jason Self on 12 December 2013, 06:36:50 UTC
Linux-libre 3.10.24-gnu
Tip revision: b411262
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