Create a m_can platform framework that peripheral devices can register to and use common code and register sets. The peripheral devices may provide read/write and configuration support of the IP. Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Dan Murphy <dmurphy@ti.com> Acked-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
8 lines
184 B
Makefile
8 lines
184 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Bosch M_CAN controller driver.
|
|
#
|
|
|
|
obj-$(CONFIG_CAN_M_CAN) += m_can.o
|
|
obj-$(CONFIG_CAN_M_CAN_PLATFORM) += m_can_platform.o
|