diff options
Diffstat (limited to 'drivers/net/can/usb/Makefile')
-rw-r--r-- | drivers/net/can/usb/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/can/usb/Makefile b/drivers/net/can/usb/Makefile new file mode 100644 index 00000000000..0afd51d4c7a --- /dev/null +++ b/drivers/net/can/usb/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the Linux Controller Area Network USB drivers. +# + +obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o + +ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG |