Fix: dma_fence tracepoint Kbuild typo
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2022 20:06:39 +0000 (16:06 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2022 20:07:31 +0000 (16:07 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I9f603c3d4f10dd812ff33203928f9edac9b99489

src/probes/Kbuild

index 7597389b1e6b31580ac2a0ee37e24923a3b7c5c5..7e2930dce2de74ea838c0b062ebcf05a739c3079 100644 (file)
@@ -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
 
This page took 0.027097 seconds and 4 git commands to generate.