2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-02-14 14:51:44 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Bosch C_CAN controller drivers.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_CAN_C_CAN) += c_can.o
|
2021-05-15 00:55:47 +08:00
|
|
|
|
|
|
|
c_can-objs :=
|
|
|
|
c_can-objs += c_can_ethtool.o
|
|
|
|
c_can-objs += c_can_main.o
|
|
|
|
|
2011-02-14 14:51:44 +08:00
|
|
|
obj-$(CONFIG_CAN_C_CAN_PLATFORM) += c_can_platform.o
|
2012-06-14 19:43:42 +08:00
|
|
|
obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o
|