340b71bbdb9f710561e1d63b513c8dd1b032e744
[lttng-modules.git] / tests / Kbuild
1 TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/..
2
3 include $(TOP_LTTNG_MODULES_DIR)/Makefile.ABI.workarounds
4
5 ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
6
7 obj-$(CONFIG_LTTNG) += probes/lttng-test.o
8
9 obj-$(CONFIG_LTTNG) += clock-plugin/lttng-clock-plugin-test.o
10
11 # vim:syntax=make
This page took 0.028905 seconds and 3 git commands to generate.