mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
d08e973a77
The Geschwister Schneider Family of devices are galvanically isolated USB2.0 to CAN2.0A/B adapters. Currently two form factors are available, a tethered dongle in a rugged enclosure, and mini-pci-e card. Signed-off-by: Maximilian Schneider <max@schneidersoft.net> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
13 lines
359 B
Makefile
13 lines
359 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
|
|
obj-$(CONFIG_CAN_GS_USB) += gs_usb.o
|
|
obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o
|
|
obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/
|
|
obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|