X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FKbuild;h=0b1e016f32b0822046674a25ba9d489508a23b95;hb=18466566ed364ddb7ce45819ba92820ef7bc7494;hp=eb6ded937286021dfb4199950b49aeef4aa3e003;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/probes/Kbuild b/probes/Kbuild index eb6ded93..0b1e016f 100644 --- a/probes/Kbuild +++ b/probes/Kbuild @@ -263,6 +263,10 @@ ifneq ($(CONFIG_KPROBES),) obj-$(CONFIG_LTTNG) += lttng-kprobes.o endif # CONFIG_KPROBES +ifneq ($(CONFIG_UPROBES),) + obj-$(CONFIG_LTTNG) += lttng-uprobes.o +endif # CONFIG_UPROBES + ifneq ($(CONFIG_KRETPROBES),) obj-$(CONFIG_LTTNG) += lttng-kretprobes.o endif # CONFIG_KRETPROBES