2019-08-17 13:55:58 +04:00
|
|
|
sh4_ss = ss.source_set()
|
2024-05-07 11:29:31 +02:00
|
|
|
sh4_ss.add(when: 'CONFIG_SH7750', if_true: files(
|
2019-08-17 13:55:58 +04:00
|
|
|
'sh7750.c',
|
|
|
|
'sh7750_regnames.c',
|
|
|
|
))
|
|
|
|
sh4_ss.add(when: 'CONFIG_R2D', if_true: files('r2d.c'))
|
|
|
|
sh4_ss.add(when: 'CONFIG_SHIX', if_true: files('shix.c'))
|
|
|
|
|
|
|
|
hw_arch += {'sh4': sh4_ss}
|