Cleanup: Move lib/ringbuffer/ headers to include/ringbuffer/
[lttng-modules.git] / tests / Kbuild
index 3e2edf5bafb5767f6c84ccdd2886ab0d8b2165f4..fa6740803a43905f0f5d3fa8c0c8a17f25b1f440 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)
+ccflags-y += -I$(TOP_LTTNG_MODULES_DIR) -I$(TOP_LTTNG_MODULES_DIR)/include
 
 obj-$(CONFIG_LTTNG) += lttng-test.o
 lttng-test-objs := probes/lttng-test.o
This page took 0.022594 seconds and 4 git commands to generate.