Hi,
M a kernel newbabie.. I want to compile a DVB device driver module into a
running kernel. I have modified the makefile present in
/usr/src/linux-2.6.24/drivers/media/dvb/dvb-core/ Makefile and have add the
following code.
#
# Makefile for the kernel DVB device drivers.
#
dvb-core-objs -m = dvbdev.o dmxdev.o dvb_demux.o dvb_filter.o \
dvb_ca_en50221.o dvb_frontend.o \
dvb_net.o dvb_ringbuffer.o dvb_math.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
But I am still unable to make this files.
Can anybody help me telling how I need to compile this modified code to the
running kernel. If possible please give me the steps.
Regards
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb