nt9856x/BSP/linux-kernel/drivers/net/can/c_can/Makefile
2023-03-28 15:07:53 +08:00

8 lines
188 B
Makefile

#
# 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
obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o