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
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
can
/
spi
/
Makefile
blob
33e3f60bbc104529bd59f1aa6786c78038992cf0
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for the Linux Controller Area Network SPI drivers.
4
#
5
6
7
obj-
$(
CONFIG_CAN_HI311X
) +=
hi311x.o
8
obj-
$(
CONFIG_CAN_MCP251X
) +=
mcp251x.o
9
obj-y
+=
mcp251xfd
/