repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
KVM: PPC: Book3S HV: Don't rely on host's page size information
[linux/fpc-iii.git]
/
net
/
can
/
Makefile
blob
10936754e3f272766cd3b699ee3acc8f58e89bfc
1
#
2
# Makefile for the Linux Controller Area Network core.
3
#
4
5
obj-
$(
CONFIG_CAN
) +=
can.o
6
can-y
:=
af_can.o
7
can-
$(
CONFIG_PROC_FS
) +=
proc.o
8
9
obj-
$(
CONFIG_CAN_RAW
) +=
can-raw.o
10
can-raw-y
:=
raw.o
11
12
obj-
$(
CONFIG_CAN_BCM
) +=
can-bcm.o
13
can-bcm-y
:=
bcm.o
14
15
obj-
$(
CONFIG_CAN_GW
) +=
can-gw.o
16
can-gw-y
:=
gw.o