]> git.proxmox.com Git - mirror_qemu.git/blob - hw/microblaze/meson.build
Merge tag 'pull-aspeed-20220525' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / hw / microblaze / meson.build
1 microblaze_ss = ss.source_set()
2 microblaze_ss.add(files('boot.c'))
3 microblaze_ss.add(when: 'CONFIG_PETALOGIX_S3ADSP1800', if_true: files('petalogix_s3adsp1800_mmu.c'))
4 microblaze_ss.add(when: 'CONFIG_PETALOGIX_ML605', if_true: files('petalogix_ml605_mmu.c'))
5 microblaze_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-zynqmp-pmu.c'))
6
7 hw_arch += {'microblaze': microblaze_ss}