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 v3.0-rc6 11 lines 193 B view raw
1obj-$(CONFIG_COMEDI) += comedi.o 2 3obj-$(CONFIG_COMEDI) += kcomedilib/ 4obj-$(CONFIG_COMEDI) += drivers/ 5 6comedi-y := \ 7 comedi_fops.o \ 8 proc.o \ 9 range.o \ 10 drivers.o \ 11 comedi_compat32.o \