Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
48767a4e8263620c347c3fa17812c943dd0fc2fa
/
.
/
net
/
can
/
Makefile
blob: 2d3894b327429fa0bb01f640c944b5ce5ab1d53e [
file
] [
log
] [
blame
]
#
# Makefile for the Linux Controller Area Network core.
#
obj
-
$
(
CONFIG_CAN
)
+=
can
.
o
can
-
y
:=
af_can
.
o proc
.
o
obj
-
$
(
CONFIG_CAN_RAW
)
+=
can
-
raw
.
o
can
-
raw
-
y
:=
raw
.
o
obj
-
$
(
CONFIG_CAN_BCM
)
+=
can
-
bcm
.
o
can
-
bcm
-
y
:=
bcm
.
o