Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/net/can/meson.build

6 lines
200 B
Meson
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
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)