Sign in
coral
/
linux-imx
/
c4f4ac08e2e02f559c9d09a5552a41d3193c79c3
/
.
/
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