Mauro Carvalho Chehab wrote: > Michael, > > As we've discussed on chat, just removing the option is not a solution. > videodev is included on some kernel configs, when statically linked in > kernel. > It is fine to keep the conditionals when building videodev.ko, but there seems to be a problem with the final conditional to actually install it. On several test boxes, with a vanilla kernel, videodev.ko does not get copied to /lib/mod*/. It builds, but just does not get installed. I dont see the harm in this patch. There are other objects that do not install because they were not built and can safely be ignored. Best Regards,
--- Makefile.org 2006-03-01 22:23:23.000000000 -0800 +++ Makefile 2006-03-01 14:05:16.000000000 -0800 @@ -304,9 +304,9 @@ #inst_video += bt87x.ko inst_video += tvmixer.ko v4l1-compat.ko v4l2-common.ko wm8775.ko cs53l32a.ko inst_video += video-buf.ko video-buf-dvb.ko -ifeq ($(CONFIG_VIDEO_DEV),m) +#ifeq ($(CONFIG_VIDEO_DEV),m) inst_video += videodev.ko -endif +#endif inst_video += ir-kbd-i2c.ko msp3400.ko inst_video += tvp5150.ko saa711x.ko saa7134-alsa.ko saa7134-oss.ko inst_video += saa7115.ko cx25840.ko saa7127.ko compat_ioctl32.ko
_______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb