1loongarch_ss = ss.source_set() 2loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('loongson3.c')) 3 4hw_arch += {'loongarch': loongarch_ss} 5
1loongarch_ss = ss.source_set() 2loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('loongson3.c')) 3 4hw_arch += {'loongarch': loongarch_ss} 5