The filenames of the can drivers were not consisten. Changed them to can_<dev name> Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
9 lines
319 B
CMake
9 lines
319 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
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_USERSPACE can_handlers.c)
|