7 lines
131 B
Makefile
7 lines
131 B
Makefile
|
#
|
||
|
# Makefile for the Bosch M_CAN controller driver.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CAN_M_CAN) += m_can.o
|
||
|
obj-$(CONFIG_CAN_M_CAN) += m_can_v321.o
|