xref: /linux/drivers/net/can/usb/Makefile (revision f850548ef88e5ff9e40bae9e1a7140bef0653e6b)
1#
2#  Makefile for the Linux Controller Area Network USB drivers.
3#
4
5obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
6obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o
7
8ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
9