2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-03-25 14:30:21 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Linux Controller Area Network SPI drivers.
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-03-17 21:10:40 +00:00
|
|
|
obj-$(CONFIG_CAN_HI311X) += hi311x.o
|
2014-03-25 14:30:21 +00:00
|
|
|
obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
|
2020-09-30 08:49:00 +00:00
|
|
|
obj-y += mcp251xfd/
|