Rename "tsc" to "timestamp"
[lttng-modules.git] / tests / Kbuild
1 # SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
2
3 TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
4
5 include $(TOP_LTTNG_MODULES_DIR)/Kbuild.common
6
7 ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
8
9 obj-$(CONFIG_LTTNG) += lttng-test.o
10 lttng-test-objs := probes/lttng-test.o
11
12 obj-$(CONFIG_LTTNG_CLOCK_PLUGIN_TEST) += lttng-clock-plugin-test.o
13 lttng-clock-plugin-test-objs := clock-plugin/lttng-clock-plugin-test.o
14
15 # vim:syntax=make
This page took 0.029002 seconds and 4 git commands to generate.