repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gitlab-ci: Move user-static test across to gitlab
[qemu/ar7.git]
/
hw
/
lm32
/
meson.build
blob
8caf0a727ff82a5b65f7a132719cad26744a8961
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}