]> Git Repo - qemu.git/blob - hw/lm32/meson.build
ppc4xx: Move common dependency on serial to common option
[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.025265 seconds and 4 git commands to generate.