probes/Kbuild: remove upper level header path
[lttng-modules.git] / lib / Kbuild
CommitLineData
b37d476e 1MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
72e6c528 2
b37d476e 3include $(MAKEFILEDIR)/../Makefile.ABI.workarounds
72e6c528 4
c52610a4
MD
5ccflags-y += -I$(PWD)
6
6ccec973 7obj-$(CONFIG_LTTNG) += lttng-lib-ring-buffer.o
f3bc08c5 8
4976f9ad 9lttng-lib-ring-buffer-objs := \
808dd6df
MJ
10 ringbuffer/ring_buffer_backend.o \
11 ringbuffer/ring_buffer_frontend.o \
12 ringbuffer/ring_buffer_iterator.o \
13 ringbuffer/ring_buffer_vfs.o \
14 ringbuffer/ring_buffer_splice.o \
15 ringbuffer/ring_buffer_mmap.o \
16 prio_heap/lttng_prio_heap.o \
17 ../wrapper/splice.o
50984b44
MJ
18
19# vim:syntax=make
This page took 0.029964 seconds and 4 git commands to generate.