Clean up using global_dirty_limit wrapper for writeback probe
[lttng-modules.git] / probes / Makefile
index 088cd5f107c6403a697e2b918fd68013ba4f82d0..08adad5b125612ddf70185aa568f44b49b7b4d78 100644 (file)
@@ -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),)
This page took 0.022406 seconds and 4 git commands to generate.