X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2FMakefile;h=f98f2c5995833e0437b95b918cee5e472e981711;hb=e09a6084cebc7bb97d9c39cd91c391a3c6ac080c;hp=63ca7ba9828ff201e91d028b274886d943ac387f;hpb=01adf18ef2cecd8b4522d128b942f27345e91961;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 63ca7ba9..f98f2c59 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -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),)