probes/Kbuild: remove upper level header path
[deliverable/lttng-modules.git] / 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.0268 seconds and 5 git commands to generate.