mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 12:53:53 -06:00

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>
5 lines
186 B
Text
5 lines
186 B
Text
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
|