'make tar' fails for me (building against ubuntu 2.6.32) unless I remove videodev.h from TARFILES. Is this the correct thing to do here? diff --git a/linux/Makefile b/linux/Makefile index 695dcf2..8bbeee8 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -20,7 +20,6 @@ TARDIR += include/media/ TARDIR += include/linux/dvb/ TARFILES += include/linux/usb/video.h TARFILES += include/linux/i2c-id.h -TARFILES += include/linux/videodev.h TARFILES += include/linux/ivtv.h TARFILES += include/linux/mmc/sdio_ids.h TARFILES += include/linux/ivtvfb.h Cheers Vince -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html