7 lines
154 B
Makefile
7 lines
154 B
Makefile
|
#
|
||
|
# Makefile for the Renesas R-Car CAN & CAN FD controller drivers
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CAN_RCAR) += rcar_can.o
|
||
|
obj-$(CONFIG_CAN_RCAR_CANFD) += rcar_canfd.o
|