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

Configure Feed

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

at v2.6.21 9 lines 232 B view raw
1# 2# Makefile for the kernel DVB device drivers. 3# 4 5dvb-core-objs := dvbdev.o dmxdev.o dvb_demux.o dvb_filter.o \ 6 dvb_ca_en50221.o dvb_frontend.o \ 7 dvb_net.o dvb_ringbuffer.o dvb_math.o 8 9obj-$(CONFIG_DVB_CORE) += dvb-core.o