https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6cabf49eebb44bc9a369f853d1c0a535f81810eb authored by Jason Self on 03 August 2015, 16:33:22 UTC
Linux-libre 3.10.85-gnu
Tip revision: 6cabf49
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