Sign in
android-kvm
/
linux
/
789b6cc2a5f9123b9c549b886fdc47c865cfe0ba
/
.
/
drivers
/
net
/
can
/
rcar
/
Makefile
blob: c9185b0c04a8bdf537465c748363a380dcc046af [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
#
# 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