Add OpenRISC system instructions. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			202 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			202 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-$(CONFIG_SOFTMMU) += machine.o
 | 
						|
obj-y += cpu.o exception.o interrupt.o mmu.o translate.o
 | 
						|
obj-y += exception_helper.o fpu_helper.o int_helper.o \
 | 
						|
         interrupt_helper.o mmu_helper.o sys_helper.o
 |