11 lines
		
	
	
		
			310 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			310 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for building Trusted Computing Group's(TCG) runtime Integrity
 | 
						|
# Measurement Architecture(IMA).
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_IMA) += ima.o
 | 
						|
 | 
						|
ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \
 | 
						|
	 ima_policy.o ima_template.o ima_template_lib.o
 | 
						|
ima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o
 |