Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qemu-hppa...
[qemu/ar7.git] / net / can / meson.build
blob45693c82c9d2e1d251d24a788e6fa37b154e8820
1 can_ss = ss.source_set()
2 can_ss.add(files('can_core.c', 'can_host.c'))
3 can_ss.add(when: 'CONFIG_LINUX', if_true: files('can_socketcan.c'))
5 system_ss.add_all(when: 'CONFIG_CAN_BUS', if_true: can_ss)