Just use hg clone http://linuxtv.org/hg/v4l-dvb and you will get the complete /media tree for compilation outside the kernel. Patrick. -- Mail: patrick.boettcher@xxxxxxx WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/ On Tue, 31 Jul 2007, lwtbenben wrote: > I want to compile the dvb-usb-cxusb module outside the kernel tree, my makefile is like this, > > ifneq ($(KERNELRELEASE), ) > obj-m := dvb-usb-cxusb.ko > dvb-usb-cxusb-y := .o cxusb.o > else > KERNELDIR := /lib/modules/2.6.20-16-generic/build > all:: > $(MAKE) -C $(KERNELDIR) M='pwd' $@ > endif > > clean: > rm -f *.o > rm -f *.ko > > But there are many faults. How should I write my Makefile??? _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb