2024-04-15 06:56:55 +00:00
|
|
|
system_ss.add(files('core.c'))
|
|
|
|
system_ss.add(when: 'CONFIG_CPU_CLUSTER', if_true: files('cluster.c'))
|
2019-08-17 07:21:13 +00:00
|
|
|
|
2023-06-13 13:33:47 +00:00
|
|
|
system_ss.add(when: 'CONFIG_ARM11MPCORE', if_true: files('arm11mpcore.c'))
|
|
|
|
system_ss.add(when: 'CONFIG_REALVIEW', if_true: files('realview_mpcore.c'))
|
2024-01-18 20:06:33 +00:00
|
|
|
system_ss.add(when: 'CONFIG_A9MPCORE', if_true: files('a9mpcore.c'))
|
2019-08-17 07:21:13 +00:00
|
|
|
specific_ss.add(when: 'CONFIG_A15MPCORE', if_true: files('a15mpcore.c'))
|