Sign in
googlers
/
maze
/
linux
/
v3.1-rc10
/
.
/
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