2021-05-18 23:08:03 +02:00
|
|
|
softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
|
|
|
|
softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
|
2021-09-20 08:50:59 +02:00
|
|
|
softmmu_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
|
2021-05-18 23:08:03 +02:00
|
|
|
softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
|
2021-07-08 19:25:53 +02:00
|
|
|
softmmu_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
|
2021-07-08 19:25:55 +02:00
|
|
|
softmmu_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
|
2022-01-30 10:50:32 +01:00
|
|
|
softmmu_ss.add(when: 'CONFIG_LSM303DLHC_MAG', if_true: files('lsm303dlhc_mag.c'))
|
2022-03-07 21:06:03 +01:00
|
|
|
softmmu_ss.add(when: 'CONFIG_ISL_PMBUS_VR', if_true: files('isl_pmbus_vr.c'))
|
2022-06-30 09:21:13 +02:00
|
|
|
softmmu_ss.add(when: 'CONFIG_MAX31785', if_true: files('max31785.c'))
|