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