2019-04-06 09:08:09 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-06-06 20:42:06 +02:00
|
|
|
zephyr_sources_ifdef(CONFIG_CAN can_common.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_CAN_LOOPBACK can_loopback.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_CAN_MCP2515 can_mcp2515.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_CAN_STM32 can_stm32.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_CAN_MCUX_FLEXCAN can_mcux_flexcan.c)
|
2019-04-19 18:23:17 +02:00
|
|
|
|
2019-06-06 20:42:06 +02:00
|
|
|
zephyr_sources_ifdef(CONFIG_USERSPACE can_handlers.c)
|