| 1 | hexagon_ss = ss.source_set() |
| 2 | hexagon_ss.add(files('hexagon_tlb.c')) |
| 3 | hexagon_ss.add(files('hexagon_globalreg.c')) |
| 4 | hexagon_ss.add(when: 'CONFIG_HEX_DSP', if_true: files('hex-subsys.c')) |
| 5 | hexagon_ss.add(when: 'CONFIG_HEX_DSP', if_true: files('hexagon_dsp.c')) |
| 6 | hexagon_ss.add(when: 'CONFIG_HEX_VIRT', if_true: files('virt.c')) |
| 7 | |
| 8 | hw_arch += {'hexagon': hexagon_ss} |