0696c0ab2835d39bccdd8e67221184ed1492ff3e
[lttng-modules.git] / tests / Kbuild
1 TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
2
3 include $(TOP_LTTNG_MODULES_DIR)/Kbuild.common
4
5 ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
6
7 obj-$(CONFIG_LTTNG) += lttng-test.o
8 lttng-test-objs := probes/lttng-test.o
9
10 obj-$(CONFIG_LTTNG_CLOCK_PLUGIN_TEST) += lttng-clock-plugin-test.o
11 lttng-clock-plugin-test-objs := clock-plugin/lttng-clock-plugin-test.o
12
13 # vim:syntax=make
This page took 0.028528 seconds and 3 git commands to generate.