Revision dbdbb87636e882042cbe53d5d4eac94206f8db83 authored by Steve French on 10 June 2008, 21:21:56 UTC, committed by Steve French on 10 June 2008, 21:21:56 UTC
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
1 parent 5132861
Raw File
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