X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=08adad5b125612ddf70185aa568f44b49b7b4d78;hb=42d9070d001d2e641a3f1c27b1d613cdaeec3d58;hp=088cd5f107c6403a697e2b918fd68013ba4f82d0;hpb=78062c794f19c91e88e371eb014ded5f2afe17bf;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 088cd5f1..08adad5b 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -189,10 +189,12 @@ endif obj-m += lttng-probe-workqueue.o +ifneq ($(CONFIG_KALLSYMS_ALL),) obj-m += $(shell \ if [ $(VERSION) -ge 3 \ -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -ge 6 -a $(SUBLEVEL) -ge 36 \) ] ; then \ echo "lttng-probe-writeback.o" ; fi;) +endif ifneq ($(CONFIG_KPROBES),)