blob: 26c503e4804c3187eeb2e6d062204a79c4c3ffc5 (
plain) (
blame)
1
2
3
4
5
6
7
|
softmmu_ss.add(files('accel.c'))
specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_POSIX'], if_true: files('qtest.c'))
subdir('kvm')
subdir('tcg')
subdir('xen')
subdir('stubs')
|