Version 2.10.2
[lttng-modules.git] / tests / Kbuild
index 340b71bbdb9f710561e1d63b513c8dd1b032e744..aabb8e206ed076d4b77d326de0f8c3b51b82eff2 100644 (file)
@@ -4,8 +4,10 @@ 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) += lttng-test.o
+lttng-test-objs := probes/lttng-test.o
 
-obj-$(CONFIG_LTTNG) += clock-plugin/lttng-clock-plugin-test.o
+obj-$(CONFIG_LTTNG_CLOCK_PLUGIN_TEST) += lttng-clock-plugin-test.o
+lttng-clock-plugin-test-objs := clock-plugin/lttng-clock-plugin-test.o
 
 # vim:syntax=make
This page took 0.022371 seconds and 4 git commands to generate.