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