mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
bb4785551f
This patch adds the core of the peak_usb driver which handles PEAK-System Technik PCAN USB adapters. It defines the parts which are common to the PCAN-USB adapters: can network interfaces management, network-to/from-usb data path interface, timestamps management... Tested-by: Oliver Hartkopp <socketcan@hartkopp.net> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Stephane Grosjean <s.grosjean@peak-system.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
10 lines
236 B
Makefile
10 lines
236 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_PEAK_USB) += peak_usb/
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|