hw/ide: Split qdev.c into ide-bus.c and ide-dev.c
[qemu/kevin.git] / target / alpha / meson.build
blob7dbbd55717194968ae450b2cdae07f0eaf41c55b
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   'clk_helper.c',
8   'int_helper.c',
9   'mem_helper.c',
10   'translate.c',
11   'vax_helper.c',
14 alpha_system_ss = ss.source_set()
15 alpha_system_ss.add(files(
16   'machine.c',
17   'sys_helper.c',
20 target_arch += {'alpha': alpha_ss}
21 target_system_arch += {'alpha': alpha_system_ss}