X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=probes%2FKbuild;h=0b1e016f32b0822046674a25ba9d489508a23b95;hp=eb6ded937286021dfb4199950b49aeef4aa3e003;hb=e33fc900491443368c1e8ed3486026fbb1305006;hpb=3aed4dca825a63757a3c95b9d41019660f83e02d 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