10 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# (C) Copyright 2016 Google, Inc
 | 
						|
# Written by Simon Glass <sjg@chromium.org>
 | 
						|
#
 | 
						|
 | 
						|
obj-y += call64.o
 | 
						|
obj-y += cpu.o
 | 
						|
obj-y += interrupt.o
 | 
						|
obj-y += setjmp.o
 |