Cleanup: Remove toplevel directory from include search path
[lttng-modules.git] / probes / Kbuild
index effd6f95ca0cbd96e1226c147682b6e9f601798f..9c53ca27a28b88c8e4f637221090297fd1e619e2 100644 (file)
@@ -4,7 +4,7 @@ TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
 
 include $(TOP_LTTNG_MODULES_DIR)/Kbuild.common
 
-ccflags-y += -I$(TOP_LTTNG_MODULES_DIR) -I$(TOP_LTTNG_MODULES_DIR)/include
+ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)/include
 
 obj-$(CONFIG_LTTNG) += lttng-probe-sched.o
 obj-$(CONFIG_LTTNG) += lttng-probe-irq.o
This page took 0.024476 seconds and 4 git commands to generate.