6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: MIT
 | 
						|
 | 
						|
obj-$(CONFIG_VBOXSF_FS) += vboxsf.o
 | 
						|
 | 
						|
vboxsf-y := dir.o file.o utils.o vboxsf_wrappers.o super.o
 |