mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-27 17:45:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			252 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			252 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-y += gt64xxx.o mc146818rtc.o
 | |
| obj-$(CONFIG_FULONG) += bonito.o vt82c686.o
 | |
| 
 | |
| obj-y := $(addprefix ../,$(obj-y))
 | |
| 
 | |
| obj-y += mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
 | |
| obj-y += addr.o cputimer.o mips_int.o
 | |
| obj-$(CONFIG_FULONG) += mips_fulong2e.o
 | 
