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