master
build 4 lines 124 Bytes
Raw
1 hppa_ss = ss.source_set()
2 hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('machine.c'))
3
4 hw_arch += {'hppa': hppa_ss}