xref: /openbmc/qemu/hw/ide/meson.build (revision 7bd8b0d4)
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'))
3de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_ALLWINNER_A10', if_true: files('ahci-allwinner.c'))
4*7bd8b0d4SThomas Huthsystem_ss.add(when: 'CONFIG_IDE_BUS', if_true: files('ide-bus.c'))
5bd217d88SThomas Huthsystem_ss.add(when: 'CONFIG_IDE_CF', if_true: files('cf.c'))
6de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_CMD646', if_true: files('cmd646.c'))
7de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
8*7bd8b0d4SThomas Huthsystem_ss.add(when: 'CONFIG_IDE_DEV', if_true: files('ide-dev.c'))
9de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_ISA', if_true: files('isa.c', 'ioport.c'))
10de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_MACIO', if_true: files('macio.c'))
11de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_MMIO', if_true: files('mmio.c'))
12de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
13de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_PIIX', if_true: files('piix.c', 'ioport.c'))
14de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_SII3112', if_true: files('sii3112.c'))
15de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_IDE_VIA', if_true: files('via.c'))
16de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_MICRODRIVE', if_true: files('microdrive.c'))
17