diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2009-04-06 19:01:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 08:31:16 -0700 |
commit | 0c4fb877641c5c72d4a3ce8921a256bfe44055c0 (patch) | |
tree | 496ab331abe225266beabac80f1172b866ef2a15 /fs/nilfs2/Makefile | |
parent | 7942b919f7321f95a777d396ff7894a7a83dc9b0 (diff) | |
download | linux-stable-0c4fb877641c5c72d4a3ce8921a256bfe44055c0.tar.gz linux-stable-0c4fb877641c5c72d4a3ce8921a256bfe44055c0.tar.bz2 linux-stable-0c4fb877641c5c72d4a3ce8921a256bfe44055c0.zip |
nilfs2: update makefile and Kconfig
This adds a Makefile for the nilfs2 file system, and updates the
makefile and Kconfig file in the file system directory.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/nilfs2/Makefile')
-rw-r--r-- | fs/nilfs2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nilfs2/Makefile b/fs/nilfs2/Makefile new file mode 100644 index 000000000000..df3e62c1ddc5 --- /dev/null +++ b/fs/nilfs2/Makefile @@ -0,0 +1,5 @@ +obj-$(CONFIG_NILFS2_FS) += nilfs2.o +nilfs2-y := inode.o file.o dir.o super.o namei.o page.o mdt.o \ + btnode.o bmap.o btree.o direct.o dat.o recovery.o \ + the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \ + ifile.o alloc.o gcinode.o ioctl.o gcdat.o |