8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the overlay filesystem.
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_OVERLAY_FS) += overlay.o
 | 
						|
 | 
						|
overlay-objs := super.o inode.o dir.o readdir.o copy_up.o
 |