mirror of
				https://github.com/yuzu-emu/unicorn.git
				synced 2025-11-04 14:14:57 +00:00 
			
		
		
		
	no logical change, only code movement (and fix a comment typo). Backports commit 26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2 from qemu Also backports commit 5502b66fc7d0bebd08b9b7017cb7e8b5261c3a2d
		
			
				
	
	
		
			5 lines
		
	
	
		
			152 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			152 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o
 | 
						|
obj-$(CONFIG_SOFTMMU) += cp0_timer.o
 | 
						|
obj-y += msa_helper.o
 | 
						|
obj-y += unicorn.o
 |