blob: 397a1fe1fd1e398254d96a65239503203d0b749c [file] [log] [blame]
kvm_ss = ss.source_set()
kvm_ss.add(files(
'kvm-all.c',
'kvm-accel-ops.c',
))
specific_ss.add_all(when: 'CONFIG_KVM', if_true: kvm_ss)