Bluetooth: Remove unneeded initializer for management command table
[linux/fpc-iii.git] / fs / ufs / Makefile
blob4d0e02b022b302f0ad8233706fa743d1ee510dba
2 # Makefile for the Linux ufs filesystem routines.
5 obj-$(CONFIG_UFS_FS) += ufs.o
7 ufs-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 ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG