Sign in
nest-open-source
/
manifest_repos
/
kernel
/
dee7857043c15f8ffedfeee3cb4fa05b1d11f39f
/
.
/
drivers
/
net
/
can
/
cc770
/
Makefile
blob: 8657f879ae19084cbd9143c62e72f72dfea9fe91 [
file
]
#
# 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