]> git.proxmox.com Git - mirror_qemu.git/blob - net/can/meson.build
meson: remove OS definitions from config_targetos
[mirror_qemu.git] / net / can / meson.build
1 can_ss = ss.source_set()
2 can_ss.add(files('can_core.c', 'can_host.c'))
3 if targetos == '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)