aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch/meson.build
blob: cecb1a5d653963b72896f3033e65cfb3251f9aa2 (plain)
1
2
3
4
loongarch_ss = ss.source_set()
loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('loongson3.c'))

hw_arch += {'loongarch': loongarch_ss}