https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a950c686f884f96f78917c8b79c05982eb2518b5 authored by Jason Self on 22 October 2008, 21:38:35 UTC
Linux-libre 2.6.27.3-gnu1
Tip revision: a950c68
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