M7350/kernel/drivers/net/can/c_can/Makefile

8 lines
188 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# Makefile for the Bosch C_CAN controller drivers.
#
obj-$(CONFIG_CAN_C_CAN) += c_can.o
obj-$(CONFIG_CAN_C_CAN_PLATFORM) += c_can_platform.o
2024-09-09 08:57:42 +00:00
obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o