Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
4f8714f7f891845e6b9d9d4378d11279f9c973cf
/
.
/
drivers
/
net
/
can
/
cc770
/
Makefile
blob: 8657f879ae19084cbd9143c62e72f72dfea9fe91 [
file
] [
log
] [
blame
]
#
# Makefile for the Bosch CC770 CAN controller drivers.
#
obj
-
$
(
CONFIG_CAN_CC770
)
+=
cc770
.
o
obj
-
$
(
CONFIG_CAN_CC770_ISA
)
+=
cc770_isa
.
o
obj
-
$
(
CONFIG_CAN_CC770_PLATFORM
)
+=
cc770_platform
.
o