xref: /linux/fs/ufs/Makefile (revision e3b9f1e81de2083f359bacd2a94bf1c024f2ede0)
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 util.o
9ccflags-$(CONFIG_UFS_DEBUG)    += -DDEBUG
10