2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-07-16 17:30:50 +08:00
|
|
|
#
|
|
|
|
|
# Makefile for the Bosch M_CAN controller driver.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_CAN_M_CAN) += m_can.o
|
2020-11-17 18:08:27 +02:00
|
|
|
obj-$(CONFIG_CAN_M_CAN_PCI) += m_can_pci.o
|
2019-05-09 11:11:05 -05:00
|
|
|
obj-$(CONFIG_CAN_M_CAN_PLATFORM) += m_can_platform.o
|
2019-05-09 11:11:08 -05:00
|
|
|
obj-$(CONFIG_CAN_M_CAN_TCAN4X5X) += tcan4x5x.o
|
2020-12-16 00:17:33 +01:00
|
|
|
|
|
|
|
|
tcan4x5x-objs :=
|
|
|
|
|
tcan4x5x-objs += tcan4x5x-core.o
|
2020-12-16 00:17:34 +01:00
|
|
|
tcan4x5x-objs += tcan4x5x-regmap.o
|