]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/misc/macio/meson.build
meson: Replace softmmu_ss -> system_ss
[mirror_qemu.git] / hw / misc / macio / meson.build
index 17282da20a66d3568b1fd92ad8e83d319e9d568b..8984b818b0cb8d6d4cb41da76b9a750a5e661782 100644 (file)
@@ -5,4 +5,4 @@ macio_ss.add(when: 'CONFIG_MACIO_GPIO', if_true: files('gpio.c'))
 macio_ss.add(when: 'CONFIG_MAC_DBDMA', if_true: files('mac_dbdma.c'))
 macio_ss.add(when: 'CONFIG_MAC_PMU', if_true: files('pmu.c'))
 
-softmmu_ss.add_all(when: 'CONFIG_MACIO', if_true: macio_ss)
+system_ss.add_all(when: 'CONFIG_MACIO', if_true: macio_ss)