linuxOS_PX30_CAR/kernel/drivers/net/can/c_can/Makefile

8 lines
188 B
Makefile
Raw Normal View History

2026-01-20 05:50:57 +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
obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o