blob: 392db25c0b567a7ddcd8eeaf403bd564875023df [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
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 \
Al Viro010d3312015-06-17 12:44:14 -04008 namei.o super.o symlink.o util.o
Fabian Fredericka9814c52014-08-08 14:20:57 -07009ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG