repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vhost-user: Fix the virtio features negotiation flaw
[qemu.git]
/
hw
/
avr
/
meson.build
blob
46d53fb17e3487eca39e52ea61d41f8c7d4645ce
1
avr_ss = ss.source_set()
2
avr_ss.add(files('boot.c'))
3
avr_ss.add(when: 'CONFIG_AVR_ATMEGA_MCU', if_true: files('atmega.c'))
4
avr_ss.add(when: 'CONFIG_ARDUINO', if_true: files('arduino.c'))
5
6
hw_arch += {'avr': avr_ss}