xref: /linux/fs/ufs/Makefile (revision 4413e16d9d21673bb5048a2e542f1aaa00015c2e)
1#
2# Makefile for the Linux ufs filesystem routines.
3#
4
5obj-$(CONFIG_UFS_FS) += ufs.o
6
7ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
8	    namei.o super.o symlink.o truncate.o util.o
9