summaryrefslogtreecommitdiffstats
path: root/test cases/common/215 source set realistic example/devices/meson.build
blob: 68ee68eec16bd1321363b59549dca1bc87a7b89f (plain)
1
2
3
specific.add(when: 'CONFIG_VIRTIO',    if_true: files('virtio.cc'))
common.add(when: 'CONFIG_VIRTIO_PCI',  if_true: files('virtio-pci.cc'))
common.add(when: 'CONFIG_VIRTIO_MMIO', if_true: files('virtio-mmio.cc'))