The patch number 10137 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [email protected]

------

From: Hans Verkuil  <[email protected]>
v4l2-compat32: only build if needed


Add CONFIG_COMPAT check in Makefile.

Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>


---

 linux/drivers/media/video/Makefile |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff -r ffe112f306a3 -r 2d75a7f03a69 linux/drivers/media/video/Makefile
--- a/linux/drivers/media/video/Makefile        Tue Dec 23 17:42:25 2008 +0100
+++ b/linux/drivers/media/video/Makefile        Tue Dec 23 19:02:16 2008 +0100
@@ -12,7 +12,10 @@ omap2cam-objs        :=      omap24xxcam.o omap24xxc
 
 videodev-objs  :=      v4l2-dev.o v4l2-ioctl.o v4l2-device.o v4l2-subdev.o
 
-obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-compat-ioctl32.o v4l2-int-device.o
+obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-int-device.o
+ifeq ($(CONFIG_COMPAT),y)
+  obj-$(CONFIG_VIDEO_DEV) += v4l2-compat-ioctl32.o
+endif
 
 obj-$(CONFIG_VIDEO_V4L2_COMMON) += v4l2-common.o
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/2d75a7f03a6946f26229b3592d73ac353c0c02ae

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to