xref: /qemu/hw/ide/meson.build (revision ca80a5d026a280762e0772615f1988db542b3ade)
1de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_AHCI', if_true: files('ahci.c'))
2de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_AHCI_ICH9', if_true: files('ich.c'))
3*1b26146eSBernhard Beschowsystem_ss.add(when: 'CONFIG_AHCI_SYSBUS', if_true: files('ahci-sysbus.c'))
4de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_ALLWINNER_A10', if_true: files('ahci-allwinner.c'))
57bd8b0d4SThomas Huthsystem_ss.add(when: 'CONFIG_IDE_BUS', if_true: files('ide-bus.c'))
6bd217d88SThomas Huthsystem_ss.add(when: 'CONFIG_IDE_CF', if_true: files('cf.c'))
7de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_CMD646', if_true: files('cmd646.c'))
8de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
97bd8b0d4SThomas Huthsystem_ss.add(when: 'CONFIG_IDE_DEV', if_true: files('ide-dev.c'))
10de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_ISA', if_true: files('isa.c', 'ioport.c'))
11de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_MACIO', if_true: files('macio.c'))
12de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_MMIO', if_true: files('mmio.c'))
13de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
14de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_PIIX', if_true: files('piix.c', 'ioport.c'))
15de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_SII3112', if_true: files('sii3112.c'))
16de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_VIA', if_true: files('via.c'))
17