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