Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e2b911c53584a92266943f3b7f2cdbc19c1a4e80
/
.
/
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