Update: kvm instrumentation for 4.14.14+, 4.9.77+, 4.4.112+
[lttng-modules.git] / tests / Kbuild
... / ...
CommitLineData
1TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
2
3include $(TOP_LTTNG_MODULES_DIR)/Makefile.ABI.workarounds
4
5ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
6
7obj-$(CONFIG_LTTNG) += lttng-test.o
8lttng-test-objs := probes/lttng-test.o
9
10obj-$(CONFIG_LTTNG_CLOCK_PLUGIN_TEST) += lttng-clock-plugin-test.o
11lttng-clock-plugin-test-objs := clock-plugin/lttng-clock-plugin-test.o
12
13# vim:syntax=make
This page took 0.037154 seconds and 4 git commands to generate.