xref: /qemu/hw/sensor/meson.build (revision 6f351a7a)
1de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
2de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
3de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
4de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
56f351a7aSTitus Rwantaresystem_ss.add(when: 'CONFIG_ADM1266', if_true: files('adm1266.c'))
6de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
7de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
8de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_LSM303DLHC_MAG', if_true: files('lsm303dlhc_mag.c'))
9de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_ISL_PMBUS_VR', if_true: files('isl_pmbus_vr.c'))
10de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_MAX31785', if_true: files('max31785.c'))
11