xref: /openbmc/linux/drivers/net/can/rcar/Makefile (revision 9d4fa1a1)
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
8