Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 #  Makefile for the Bosch C_CAN controller drivers.
0004 #
0005 
0006 obj-$(CONFIG_CAN_C_CAN) += c_can.o
0007 
0008 c_can-objs :=
0009 c_can-objs += c_can_ethtool.o
0010 c_can-objs += c_can_main.o
0011 
0012 obj-$(CONFIG_CAN_C_CAN_PLATFORM) += c_can_platform.o
0013 obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o