aboutsummaryrefslogtreecommitdiff
path: root/hw/sensor/meson.build
blob: 8b319b58263cdf13001dad7234417d03feb612bc (plain)
1
2
3
4
softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
softmmu_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))