]> Git Repo - qemu.git/blob - target/lm32/meson.build
Hexagon (target/hexagon) add A4_addp_c/A4_subp_c
[qemu.git] / target / lm32 / meson.build
1 lm32_ss = ss.source_set()
2 lm32_ss.add(files(
3   'cpu.c',
4   'gdbstub.c',
5   'helper.c',
6   'lm32-semi.c',
7   'op_helper.c',
8   'translate.c',
9 ))
10
11 lm32_softmmu_ss = ss.source_set()
12 lm32_softmmu_ss.add(files('machine.c'))
13
14 target_arch += {'lm32': lm32_ss}
15 target_softmmu_arch += {'lm32': lm32_softmmu_ss}
This page took 0.025412 seconds and 4 git commands to generate.