xref: /openbmc/qemu/hw/cpu/meson.build (revision c7c513389c6cb8c6dd60e55d1c99244de4e93663)
1system_ss.add(files('core.c'))
2system_ss.add(when: 'CONFIG_CPU_CLUSTER', if_true: files('cluster.c'))
3
4system_ss.add(when: 'CONFIG_ARM11MPCORE', if_true: files('arm11mpcore.c'))
5system_ss.add(when: 'CONFIG_REALVIEW', if_true: files('realview_mpcore.c'))
6system_ss.add(when: 'CONFIG_A9MPCORE', if_true: files('a9mpcore.c'))
7specific_ss.add(when: 'CONFIG_A15MPCORE', if_true: files('a15mpcore.c'))
8