7 lines
		
	
	
		
			221 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			221 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| ccflags-$(CONFIG_SGI_GRU_DEBUG)	:= -DDEBUG
 | |
| 
 | |
| obj-$(CONFIG_SGI_GRU) := gru.o
 | |
| gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o gruhandles.o grukdump.o
 | |
| 
 |