]> Git Repo - qemu.git/blame - accel/meson.build
softfloat: Move int_to_float to softfloat-parts.c.inc
[qemu.git] / accel / meson.build
CommitLineData
940e43aa
CF
1specific_ss.add(files('accel-common.c'))
2softmmu_ss.add(files('accel-softmmu.c'))
3user_ss.add(files('accel-user.c'))
1a82878a 4
d57bc3c1 5subdir('hvf')
1583a389 6subdir('qtest')
1a82878a
MAL
7subdir('kvm')
8subdir('tcg')
9subdir('xen')
10subdir('stubs')
9ce84a0d
JA
11
12dummy_ss = ss.source_set()
13dummy_ss.add(files(
14 'dummy-cpus.c',
15))
16
17specific_ss.add_all(when: ['CONFIG_SOFTMMU', 'CONFIG_POSIX'], if_true: dummy_ss)
efd4d93b 18specific_ss.add_all(when: ['CONFIG_XEN'], if_true: dummy_ss)
This page took 0.069934 seconds and 4 git commands to generate.