Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / net / can / c_can / Makefile
blob6fa3b2b9e4b910fe115bb0b511a4f9cf32fd8beb
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for the Bosch C_CAN controller drivers.
6 obj-$(CONFIG_CAN_C_CAN) += c_can.o
8 c_can-objs :=
9 c_can-objs += c_can_ethtool.o
10 c_can-objs += c_can_main.o
12 obj-$(CONFIG_CAN_C_CAN_PLATFORM) += c_can_platform.o
13 obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o