qapi/qdev: Tidy up device_add documentation
[qemu/armbru.git] / hw / cpu / meson.build
blob6d319947ca0b775632a589359e33549a9a7ad98d
1 system_ss.add(files('core.c', 'cluster.c'))
3 system_ss.add(when: 'CONFIG_ARM11MPCORE', if_true: files('arm11mpcore.c'))
4 system_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'))