Fix: add missing tests/Kbuild
[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.030453 seconds and 5 git commands to generate.