Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.12-rc2 11 lines 275 B view raw
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