4 lines
		
	
	
		
			81 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			81 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# kbuild part of makefile
 | 
						|
obj-m   := hello1.o hello2.o
 | 
						|
ccflags-y := -I$(obj)/inc
 |