]> Git Repo - qemu.git/blob - hw/lm32/meson.build
qmp: Move dispatcher to a coroutine
[qemu.git] / hw / lm32 / meson.build
1 lm32_ss = ss.source_set()
2 # LM32 boards
3 lm32_ss.add(when: 'CONFIG_LM32', if_true: files('lm32_boards.c'))
4 lm32_ss.add(when: 'CONFIG_MILKYMIST', if_true: files('milkymist.c'))
5
6 hw_arch += {'lm32': lm32_ss}
This page took 0.027412 seconds and 4 git commands to generate.