blob: 9e9be602c349478cbd37d3f42e22bdaf708ca073 [file] [log] [blame]
Corey Minyard5e9ae4b2021-05-18 16:08:03 -05001softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
2softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
Joel Stanley46560cb2021-09-20 08:50:59 +02003softmmu_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
Corey Minyard5e9ae4b2021-05-18 16:08:03 -05004softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
Titus Rwantarec93488f2021-07-08 10:25:53 -07005softmmu_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
Titus Rwantare72154562021-07-08 10:25:55 -07006softmmu_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
Kevin Townsend4fd1ebb2022-01-30 10:50:32 +01007softmmu_ss.add(when: 'CONFIG_LSM303DLHC_MAG', if_true: files('lsm303dlhc_mag.c'))
Titus Rwantareffcdae62022-03-07 12:06:03 -08008softmmu_ss.add(when: 'CONFIG_ISL_PMBUS_VR', if_true: files('isl_pmbus_vr.c'))
Maheswara Kurapati62365482022-06-30 09:21:13 +02009softmmu_ss.add(when: 'CONFIG_MAX31785', if_true: files('max31785.c'))