probes/Kbuild: remove upper level header path
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Mar 2016 16:24:12 +0000 (12:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Mar 2016 16:24:27 +0000 (12:24 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/Kbuild

index 1c6b9d0f42d59682e8835999e816ae298677990e..265b50a27a9455ce84a83ee554af42670f3c944e 100644 (file)
@@ -2,7 +2,7 @@ MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
 
 include $(MAKEFILEDIR)/../Makefile.ABI.workarounds
 
-ccflags-y += -I$(PWD) -I$(PWD)/..
+ccflags-y += -I$(PWD)
 
 obj-$(CONFIG_LTTNG) += lttng-probe-sched.o
 obj-$(CONFIG_LTTNG) += lttng-probe-irq.o
This page took 0.029003 seconds and 5 git commands to generate.