mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
meson: convert hw/ide
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6a18fd0590
commit
5b8c4d2d9b
4 changed files with 15 additions and 15 deletions
14
hw/ide/meson.build
Normal file
14
hw/ide/meson.build
Normal file
|
@ -0,0 +1,14 @@
|
|||
softmmu_ss.add(when: 'CONFIG_AHCI', if_true: files('ahci.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_AHCI_ICH9', if_true: files('ich.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_ALLWINNER_A10', if_true: files('ahci-allwinner.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_CMD646', if_true: files('cmd646.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_ISA', if_true: files('isa.c', 'ioport.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_MACIO', if_true: files('macio.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_MMIO', if_true: files('mmio.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_PIIX', if_true: files('piix.c', 'ioport.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_QDEV', if_true: files('qdev.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_SII3112', if_true: files('sii3112.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_IDE_VIA', if_true: files('via.c'))
|
||||
softmmu_ss.add(when: 'CONFIG_MICRODRIVE', if_true: files('microdrive.c'))
|
Loading…
Add table
Add a link
Reference in a new issue