instrumentation: jbd: remove deprecated probe
[lttng-modules.git] / probes / Kbuild
index 261c0123be5a138b47dc13a9e17bee18e5883568..ae563203da789cb7665a4e962a60f13a2a40a6a0 100644 (file)
@@ -93,13 +93,6 @@ ifneq ($(CONFIG_JBD2),)
   obj-$(CONFIG_LTTNG) += lttng-probe-jbd2.o
 endif # CONFIG_JBD2
 
-ifneq ($(CONFIG_JBD),)
-  obj-$(CONFIG_LTTNG) +=  $(shell \
-    if [ $(VERSION) -ge 4 \
-      -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 1 \) ] ; then \
-      echo "lttng-probe-jbd.o" ; fi;)
-endif # CONFIG_JBD
-
 ifneq ($(CONFIG_REGULATOR),)
   obj-$(CONFIG_LTTNG) += lttng-probe-regulator.o
 endif # CONFIG_REGULATOR
This page took 0.024773 seconds and 4 git commands to generate.