hw/ide: replace TABs with space
[qemu/ar7.git] / hw / cpu / meson.build
blobe37490074f5ead2927e632b76dc7e2d3de35cb02
1 softmmu_ss.add(files('core.c', 'cluster.c'))
3 softmmu_ss.add(when: 'CONFIG_ARM11MPCORE', if_true: files('arm11mpcore.c'))
4 softmmu_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'))