hw/audio/virtio-snd-pci: fix the PCI class code
[qemu/ar7.git] / target / alpha / meson.build
blobd3502dd823fccd859a0aa976d62c866c5663de4c
1 alpha_ss = ss.source_set()
2 alpha_ss.add(files(
3   'cpu.c',
4   'fpu_helper.c',
5   'gdbstub.c',
6   'helper.c',
7   'int_helper.c',
8   'mem_helper.c',
9   'sys_helper.c',
10   'translate.c',
11   'vax_helper.c',
14 alpha_system_ss = ss.source_set()
15 alpha_system_ss.add(files('machine.c'))
17 target_arch += {'alpha': alpha_ss}
18 target_system_arch += {'alpha': alpha_system_ss}