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