]> git.proxmox.com Git - mirror_qemu.git/blame - hw/mips/meson.build
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pull-reques...
[mirror_qemu.git] / hw / mips / meson.build
CommitLineData
2c44220d 1mips_ss = ss.source_set()
2fd9c5ad 2mips_ss.add(files('mips_int.c'))
2c44220d
MAL
3mips_ss.add(when: 'CONFIG_FULOONG', if_true: files('fuloong2e.c'))
4mips_ss.add(when: 'CONFIG_JAZZ', if_true: files('jazz.c'))
5mips_ss.add(when: 'CONFIG_MALTA', if_true: files('gt64xxx_pci.c', 'malta.c'))
6mips_ss.add(when: 'CONFIG_MIPSSIM', if_true: files('mipssim.c'))
feabc71d 7mips_ss.add(when: 'CONFIG_MIPS_BOSTON', if_true: [files('boston.c'), fdt])
2c44220d 8mips_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('cps.c'))
2c44220d
MAL
9
10hw_arch += {'mips': mips_ss}