Add makefile directory to include path
[lttng-modules.git] / probes / Kbuild
index 0be49d7fb742b09835b2be1b116ad8afbda5d6c3..1c6b9d0f42d59682e8835999e816ae298677990e 100644 (file)
@@ -2,7 +2,7 @@ MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
 
 include $(MAKEFILEDIR)/../Makefile.ABI.workarounds
 
-ccflags-y += -I$(PWD)/probes
+ccflags-y += -I$(PWD) -I$(PWD)/..
 
 obj-$(CONFIG_LTTNG) += lttng-probe-sched.o
 obj-$(CONFIG_LTTNG) += lttng-probe-irq.o
This page took 0.024553 seconds and 4 git commands to generate.