mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 20:44:16 +00:00 
			
		
		
		
	 d811d61fbc
			
		
	
	
		d811d61fbc
		
	
	
	
	
		
			
			The PMU device supercedes the CUDA device found on older New World Macs and is supported by a larger number of guest OSs from OS 9 to OS X 10.5. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
		
			
				
	
	
		
			6 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-y += macio.o
 | |
| common-obj-$(CONFIG_CUDA) += cuda.o
 | |
| common-obj-$(CONFIG_MAC_PMU) += pmu.o
 | |
| common-obj-$(CONFIG_MAC_DBDMA) += mac_dbdma.o
 | |
| common-obj-$(CONFIG_MACIO_GPIO) += gpio.o
 |