repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
net
/
can
/
meson.build
blob
af3b27921cd1d402e187ecd08a528e2ab4763b96
1
can_ss = ss.source_set()
2
can_ss.add(files('can_core.c', 'can_host.c'))
3
if host_os == 'linux'
4
can_ss.add(files('can_socketcan.c'))
5
endif
6
7
system_ss.add_all(when: 'CONFIG_CAN_BUS', if_true: can_ss)