X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fprobes%2FKbuild;h=7e2930dce2de74ea838c0b062ebcf05a739c3079;hb=de34a55bebcd90795129b7c709815bdddd67ac87;hp=7597389b1e6b31580ac2a0ee37e24923a3b7c5c5;hpb=77004db8e9931a25016bb559fa2e3641a08c51e5;p=lttng-modules.git diff --git a/src/probes/Kbuild b/src/probes/Kbuild index 7597389b..7e2930dc 100644 --- a/src/probes/Kbuild +++ b/src/probes/Kbuild @@ -100,7 +100,7 @@ obj-$(CONFIG_LTTNG) += lttng-probe-signal.o ifneq ($(CONFIG_DMA_SHARED_BUFFER),) obj-$(CONFIG_LTTNG) += $(shell \ if [ $(VERSION) -ge 5 \ - -o \( $VERSION -eq 4 -a $(PATCHLEVEL) -ge 9 \) ] ; then \ + -o \( $(VERSION) -eq 4 -a $(PATCHLEVEL) -ge 9 \) ] ; then \ echo "lttng-probe-dma-fence.o" ; fi;) endif # CONFIG_DMA_SHARED_BUFFER