Add V4L2 instrumentation
[lttng-modules.git] / probes / Makefile
index 63ca7ba9828ff201e91d028b274886d943ac387f..f98f2c5995833e0437b95b918cee5e472e981711 100644 (file)
@@ -197,6 +197,12 @@ obj-m +=  $(shell \
                echo "lttng-probe-sunrpc.o" ; fi;)
 endif
 
+ifneq ($(CONFIG_VIDEO_V4L2),)
+obj-m += $(shell \
+       if [ $(VERSION) -ge 3 -a $(PATCHLEVEL) -ge 14 ] ; then \
+               echo "lttng-probe-v4l2.o" ; fi;)
+endif
+
 obj-m += lttng-probe-workqueue.o
 
 ifneq ($(CONFIG_KALLSYMS_ALL),)
This page took 0.02373 seconds and 4 git commands to generate.