0c4fb87764
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>
5 lines
248 B
Makefile
5 lines
248 B
Makefile
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
|