git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into staging
[qemu.git]
/
hw
/
avr
/
meson.build
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}