2024-04-15 09:56:55 +03:00
|
|
|
system_ss.add(files('core.c'))
|
|
|
|
system_ss.add(when: 'CONFIG_CPU_CLUSTER', if_true: files('cluster.c'))
|
2019-08-17 10:21:13 +03:00
|
|
|
|
2023-06-13 16:33:47 +03: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 23:06:33 +03:00
|
|
|
system_ss.add(when: 'CONFIG_A9MPCORE', if_true: files('a9mpcore.c'))
|
2019-08-17 10:21:13 +03:00
|
|
|
specific_ss.add(when: 'CONFIG_A15MPCORE', if_true: files('a15mpcore.c'))
|