Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
 1# SPDX-License-Identifier: GPL-2.0
 2
 3obj-$(CONFIG_CAN_DEV)		+= can-dev.o
 4can-dev-y			+= bittiming.o
 5can-dev-y			+= dev.o
 6can-dev-y			+= length.o
 7can-dev-y			+= netlink.o
 8can-dev-y			+= rx-offload.o
 9can-dev-y                       += skb.o
10
11can-dev-$(CONFIG_CAN_LEDS)	+= led.o