8 lines
		
	
	
		
			197 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			197 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifdef CONFIG_SGI_GRU_DEBUG
 | |
|   EXTRA_CFLAGS	+= -DDEBUG
 | |
| endif
 | |
| 
 | |
| obj-$(CONFIG_SGI_GRU) := gru.o
 | |
| gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o gruhandles.o grukdump.o
 | |
| 
 |