]> git.proxmox.com Git - mirror_qemu.git/blame - target/loongarch/meson.build
Merge tag 'pull-loongarch-20240201' of https://gitlab.com/gaosong/qemu into staging
[mirror_qemu.git] / target / loongarch / meson.build
CommitLineData
14f2b0b7
SG
1gen = decodetree.process('insns.decode')
2
3loongarch_ss = ss.source_set()
4loongarch_ss.add(files(
5 'cpu.c',
beb60920 6 'gdbstub.c',
14f2b0b7 7))
14f2b0b7 8
de6cd759
PMD
9loongarch_system_ss = ss.source_set()
10loongarch_system_ss.add(files(
27edd504 11 'cpu_helper.c',
381b43f8 12 'loongarch-qmp-cmds.c',
67ebd42a
XY
13 'machine.c',
14))
15
2e0d9151
RH
16common_ss.add(when: 'CONFIG_LOONGARCH_DIS', if_true: [files('disas.c'), gen])
17
5c23704e 18subdir('tcg')
14f2b0b7
SG
19
20target_arch += {'loongarch': loongarch_ss}
01c85e60 21target_system_arch += {'loongarch': loongarch_system_ss}
714b03c1 22subdir('kvm')