diff options
Diffstat (limited to 'fs/ufs/Makefile')
-rw-r--r-- | fs/ufs/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile new file mode 100644 index 000000000000..dd39980437fc --- /dev/null +++ b/fs/ufs/Makefile | |||
@@ -0,0 +1,8 @@ | |||
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 symlink.o truncate.o util.o | ||