Sign in
gem5
/
arm
/
linux
/
gem5/v4.15
/
.
/
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