mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 08:26:29 +00:00 
			
		
		
		
	 0c4fb87764
			
		
	
	
		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>
		
			
				
	
	
		
			6 lines
		
	
	
		
			248 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 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
 |