96d8e90382
This patch adds a driver for esd's USB high speed CAN interface. The driver supports devices with multiple CAN interfaces. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
196 B
Makefile
8 lines
196 B
Makefile
#
|
|
# Makefile for the Linux Controller Area Network USB drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
|
|
obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|