]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i2c/meson.build
meson: Replace softmmu_ss -> system_ss
[mirror_qemu.git] / hw / i2c / meson.build
index 3996564c25c6c5cba559b0621757e743bc83506a..b58bc167dbcde0819225940807180c29b2f470be 100644 (file)
@@ -17,4 +17,4 @@ i2c_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_i2c.c'))
 i2c_ss.add(when: 'CONFIG_PPC4XX', if_true: files('ppc4xx_i2c.c'))
 i2c_ss.add(when: 'CONFIG_PCA954X', if_true: files('i2c_mux_pca954x.c'))
 i2c_ss.add(when: 'CONFIG_PMBUS', if_true: files('pmbus_device.c'))
-softmmu_ss.add_all(when: 'CONFIG_I2C', if_true: i2c_ss)
+system_ss.add_all(when: 'CONFIG_I2C', if_true: i2c_ss)