Merge tag 'pull-for-6.2-161121-1' of https://github.com/stsquad/qemu into staging
[qemu.git] / hw / sensor / meson.build
blob059c4ca935b77dfcd07dee8ab35757bca57b8793
1 softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
2 softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
3 softmmu_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
4 softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
5 softmmu_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
6 softmmu_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))