]> Git Repo - qemu.git/blob - hw/cpu/meson.build
gitlab-ci: Add cross-compiling build tests
[qemu.git] / hw / cpu / meson.build
1 softmmu_ss.add(files('core.c', 'cluster.c'))
2
3 specific_ss.add(when: 'CONFIG_ARM11MPCORE', if_true: files('arm11mpcore.c'))
4 specific_ss.add(when: 'CONFIG_REALVIEW', if_true: files('realview_mpcore.c'))
5 specific_ss.add(when: 'CONFIG_A9MPCORE', if_true: files('a9mpcore.c'))
6 specific_ss.add(when: 'CONFIG_A15MPCORE', if_true: files('a15mpcore.c'))
This page took 0.026176 seconds and 4 git commands to generate.