2021-05-19 00:08:03 +03: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 09:50:59 +03:00
|
|
|
softmmu_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
|
2021-05-19 00:08:03 +03:00
|
|
|
softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
|
2021-07-08 20:25:53 +03:00
|
|
|
softmmu_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
|
2021-07-08 20:25:55 +03:00
|
|
|
softmmu_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
|