From: Mathieu Desnoyers Date: Tue, 15 Mar 2016 16:24:12 +0000 (-0400) Subject: probes/Kbuild: remove upper level header path X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=ebf8512420e17f7f481ed81b5788eabcdbf22ec8;p=deliverable%2Flttng-modules.git probes/Kbuild: remove upper level header path Signed-off-by: Mathieu Desnoyers --- 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