Add makefile directory to include path
[lttng-modules.git] / lib / Kbuild
index aee52a2f270a49948b58cc8b9fdc4ef076060564..d0bba746e3565d9410c488a5ce9b06112344be78 100644 (file)
@@ -2,6 +2,8 @@ MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
 
 include $(MAKEFILEDIR)/../Makefile.ABI.workarounds
 
+ccflags-y += -I$(PWD)
+
 obj-$(CONFIG_LTTNG) += lttng-lib-ring-buffer.o
 
 lttng-lib-ring-buffer-objs := \
This page took 0.023165 seconds and 4 git commands to generate.