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