Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.31-rc3 12 lines 235 B view raw
1# 2# Makefile for the Linux Controller Area Network core. 3# 4 5obj-$(CONFIG_CAN) += can.o 6can-objs := af_can.o proc.o 7 8obj-$(CONFIG_CAN_RAW) += can-raw.o 9can-raw-objs := raw.o 10 11obj-$(CONFIG_CAN_BCM) += can-bcm.o 12can-bcm-objs := bcm.o