blob: f53d9ec54f3e381aff36d2cfb0b40134978338a2 [file] [log] [blame]
can_ss = ss.source_set()
can_ss.add(files('can_core.c', 'can_host.c'))
can_ss.add(when: 'CONFIG_LINUX', if_true: files('can_socketcan.c'))
softmmu_ss.add_all(when: 'CONFIG_CAN_BUS', if_true: can_ss)