Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / hw / ide / meson.build
blobd09705cac03ca7f333590f2497e4f83482c97b59
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_BUS', if_true: files('ide-bus.c'))
5 system_ss.add(when: 'CONFIG_IDE_CF', if_true: files('cf.c'))
6 system_ss.add(when: 'CONFIG_IDE_CMD646', if_true: files('cmd646.c'))
7 system_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
8 system_ss.add(when: 'CONFIG_IDE_DEV', if_true: files('ide-dev.c'))
9 system_ss.add(when: 'CONFIG_IDE_ISA', if_true: files('isa.c', 'ioport.c'))
10 system_ss.add(when: 'CONFIG_IDE_MACIO', if_true: files('macio.c'))
11 system_ss.add(when: 'CONFIG_IDE_MMIO', if_true: files('mmio.c'))
12 system_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
13 system_ss.add(when: 'CONFIG_IDE_PIIX', if_true: files('piix.c', 'ioport.c'))
14 system_ss.add(when: 'CONFIG_IDE_SII3112', if_true: files('sii3112.c'))
15 system_ss.add(when: 'CONFIG_IDE_VIA', if_true: files('via.c'))
16 system_ss.add(when: 'CONFIG_MICRODRIVE', if_true: files('microdrive.c'))