]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - fs/ufs/Makefile
Merge tag 'xfs-4.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[karo-tx-linux.git] / fs / ufs / Makefile
1 #
2 # Makefile for the Linux ufs filesystem routines.
3 #
4
5 obj-$(CONFIG_UFS_FS) += ufs.o
6
7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
8             namei.o super.o util.o
9 ccflags-$(CONFIG_UFS_DEBUG)    += -DDEBUG