Fix: add missing tests/Kbuild
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 May 2016 23:35:06 +0000 (19:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 11 May 2016 23:35:06 +0000 (19:35 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/Kbuild [new file with mode: 0644]

diff --git a/tests/Kbuild b/tests/Kbuild
new file mode 100644 (file)
index 0000000..340b71b
--- /dev/null
@@ -0,0 +1,11 @@
+TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
+
+include $(TOP_LTTNG_MODULES_DIR)/Makefile.ABI.workarounds
+
+ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
+
+obj-$(CONFIG_LTTNG) += probes/lttng-test.o
+
+obj-$(CONFIG_LTTNG) += clock-plugin/lttng-clock-plugin-test.o
+
+# vim:syntax=make
This page took 0.026204 seconds and 5 git commands to generate.