]> git.proxmox.com Git - mirror_qemu.git/blame - target/loongarch/meson.build
Merge tag 'qga-pull-2024-01-30' of https://github.com/kostyanf14/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(
381b43f8 11 'loongarch-qmp-cmds.c',
67ebd42a
XY
12 'machine.c',
13))
14
2e0d9151
RH
15common_ss.add(when: 'CONFIG_LOONGARCH_DIS', if_true: [files('disas.c'), gen])
16
5c23704e 17subdir('tcg')
14f2b0b7
SG
18
19target_arch += {'loongarch': loongarch_ss}
01c85e60 20target_system_arch += {'loongarch': loongarch_system_ss}
714b03c1 21subdir('kvm')