summaryrefslogtreecommitdiff
path: root/accel/hvf/meson.build
blob: 227b11cd717b80442844ed2afdca93b855701153 (plain)
1
2
3
4
5
6
hvf_ss = ss.source_set()
hvf_ss.add(files(
  'hvf-all.c',
))

specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)