4 lines
155 B
Makefile
4 lines
155 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o
|
||
|
kvaser_usb-y = kvaser_usb_core.o kvaser_usb_leaf.o kvaser_usb_hydra.o
|