5 lines
		
	
	
		
			95 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			95 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Kernel module make instructions go here.
 | |
| #
 | |
| obj-m := xyz_module.o
 | |
| xyz_module-objs := xyzmod.o
 | 
