Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.13.7
1# SPDX-License-Identifier: GPL-2.0
2#
3#  Makefile for the Renesas R-Car CAN & CAN FD controller drivers
4#
5
6obj-$(CONFIG_CAN_RCAR)		+= rcar_can.o
7obj-$(CONFIG_CAN_RCAR_CANFD)	+= rcar_canfd.o
v6.2
1# SPDX-License-Identifier: GPL-2.0
2#
3#  Makefile for the Renesas R-Car CAN & CAN FD controller drivers
4#
5
6obj-$(CONFIG_CAN_RCAR)		+= rcar_can.o
7obj-$(CONFIG_CAN_RCAR_CANFD)	+= rcar_canfd.o