xref: /qemu/hw/cpu/meson.build (revision a118c4aff4087eafb68f7132b233ad548cf16376)
1*259181d2SThomas Huthsystem_ss.add(files('core.c'))
2*259181d2SThomas Huthsystem_ss.add(when: 'CONFIG_CPU_CLUSTER', if_true: files('cluster.c'))
3cff3c5d2SMarc-André Lureau
4de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_ARM11MPCORE', if_true: files('arm11mpcore.c'))
5de6cd759SPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_REALVIEW', if_true: files('realview_mpcore.c'))
63896b6ffSPhilippe Mathieu-Daudésystem_ss.add(when: 'CONFIG_A9MPCORE', if_true: files('a9mpcore.c'))
7cff3c5d2SMarc-André Lureauspecific_ss.add(when: 'CONFIG_A15MPCORE', if_true: files('a15mpcore.c'))
8