1cris_ss = ss.source_set() 2cris_ss.add(files('boot.c')) 3cris_ss.add(when: 'CONFIG_AXIS', if_true: files('axis_dev88.c')) 4 5hw_arch += {'cris': cris_ss} 6
1cris_ss = ss.source_set() 2cris_ss.add(files('boot.c')) 3cris_ss.add(when: 'CONFIG_AXIS', if_true: files('axis_dev88.c')) 4 5hw_arch += {'cris': cris_ss} 6