2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-03-18 05:51:13 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_CAN can_common.c)
|
2019-03-19 00:19:35 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_CAN_LOOPBACK can_loopback.c)
|
2019-04-20 00:23:17 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_CAN_MCP2515 can_mcp2515.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_CAN_STM32 can_stm32.c)
|
|
|
|
|
2018-06-12 14:23:20 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_USERSPACE can_handlers.c)
|