diff options
Diffstat (limited to 'drivers/net/can/usb/peak_usb/Makefile')
-rw-r--r-- | drivers/net/can/usb/peak_usb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/can/usb/peak_usb/Makefile b/drivers/net/can/usb/peak_usb/Makefile new file mode 100644 index 0000000000..80789f91e3 --- /dev/null +++ b/drivers/net/can/usb/peak_usb/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_CAN_PEAK_USB) += peak_usb.o +peak_usb-y = pcan_usb_core.o pcan_usb.o pcan_usb_pro.o pcan_usb_fd.o |