meson: Replace softmmu_ss -> system_ss
[qemu/ar7.git] / hw / ide / meson.build
blobe050eef9423e1993745727e313694ed29c580d0a
1 system_ss.add(when: 'CONFIG_AHCI', if_true: files('ahci.c'))
2 system_ss.add(when: 'CONFIG_AHCI_ICH9', if_true: files('ich.c'))
3 system_ss.add(when: 'CONFIG_ALLWINNER_A10', if_true: files('ahci-allwinner.c'))
4 system_ss.add(when: 'CONFIG_IDE_CMD646', if_true: files('cmd646.c'))
5 system_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
6 system_ss.add(when: 'CONFIG_IDE_ISA', if_true: files('isa.c', 'ioport.c'))
7 system_ss.add(when: 'CONFIG_IDE_MACIO', if_true: files('macio.c'))
8 system_ss.add(when: 'CONFIG_IDE_MMIO', if_true: files('mmio.c'))
9 system_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
10 system_ss.add(when: 'CONFIG_IDE_PIIX', if_true: files('piix.c', 'ioport.c'))
11 system_ss.add(when: 'CONFIG_IDE_QDEV', if_true: files('qdev.c'))
12 system_ss.add(when: 'CONFIG_IDE_SII3112', if_true: files('sii3112.c'))
13 system_ss.add(when: 'CONFIG_IDE_VIA', if_true: files('via.c'))
14 system_ss.add(when: 'CONFIG_MICRODRIVE', if_true: files('microdrive.c'))