diff options
Diffstat (limited to 'fs/ufs/Makefile')
-rw-r--r-- | fs/ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile index 392db25c0b56..ec4a6b49fa13 100644 --- a/fs/ufs/Makefile +++ b/fs/ufs/Makefile | |||
@@ -5,5 +5,5 @@ | |||
5 | obj-$(CONFIG_UFS_FS) += ufs.o | 5 | obj-$(CONFIG_UFS_FS) += ufs.o |
6 | 6 | ||
7 | ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ | 7 | ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ |
8 | namei.o super.o symlink.o util.o | 8 | namei.o super.o util.o |
9 | ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG | 9 | ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG |