qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (969B)


      1 softmmu_ss.add(files('soundhw.c'))
      2 softmmu_ss.add(when: 'CONFIG_AC97', if_true: files('ac97.c'))
      3 softmmu_ss.add(when: 'CONFIG_ADLIB', if_true: files('fmopl.c', 'adlib.c'))
      4 softmmu_ss.add(when: 'CONFIG_CS4231', if_true: files('cs4231.c'))
      5 softmmu_ss.add(when: 'CONFIG_CS4231A', if_true: files('cs4231a.c'))
      6 softmmu_ss.add(when: 'CONFIG_ES1370', if_true: files('es1370.c'))
      7 softmmu_ss.add(when: 'CONFIG_GUS', if_true: files('gus.c', 'gusemu_hal.c', 'gusemu_mixer.c'))
      8 softmmu_ss.add(when: 'CONFIG_HDA', if_true: files('intel-hda.c', 'hda-codec.c'))
      9 softmmu_ss.add(when: 'CONFIG_MARVELL_88W8618', if_true: files('marvell_88w8618.c'))
     10 softmmu_ss.add(when: 'CONFIG_PCSPK', if_true: files('pcspk.c'))
     11 softmmu_ss.add(when: 'CONFIG_PL041', if_true: files('pl041.c', 'lm4549.c'))
     12 softmmu_ss.add(when: 'CONFIG_SB16', if_true: files('sb16.c'))
     13 softmmu_ss.add(when: 'CONFIG_VT82C686', if_true: files('via-ac97.c'))
     14 softmmu_ss.add(when: 'CONFIG_WM8750', if_true: files('wm8750.c'))