From ebf8512420e17f7f481ed81b5788eabcdbf22ec8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 15 Mar 2016 12:24:12 -0400 Subject: [PATCH] probes/Kbuild: remove upper level header path Signed-off-by: Mathieu Desnoyers --- probes/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probes/Kbuild b/probes/Kbuild index 1c6b9d0f..265b50a2 100644 --- a/probes/Kbuild +++ b/probes/Kbuild @@ -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 -- 2.34.1