Fix: handle missing ftrace header on v4.12
[lttng-modules.git] / tests / Kbuild
CommitLineData
3030a40f
MD
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
50af1e02
MD
7obj-$(CONFIG_LTTNG) += lttng-test.o
8lttng-test-objs := probes/lttng-test.o
3030a40f 9
3a3b740f 10obj-$(CONFIG_LTTNG_CLOCK_PLUGIN_TEST) += lttng-clock-plugin-test.o
50af1e02 11lttng-clock-plugin-test-objs := clock-plugin/lttng-clock-plugin-test.o
3030a40f
MD
12
13# vim:syntax=make
This page took 0.024224 seconds and 4 git commands to generate.