[linux-dvb] How could I compile dvb-usb-cxusb module out of the kernel source.
Patrick Boettcher
patrick.boettcher at desy.de
Tue Jul 31 12:16:49 CEST 2007
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 at desy.de
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???
More information about the linux-dvb
mailing list