Fix: event ctx get size should be after chan ctx
[lttng-modules.git] / lib / Kbuild
... / ...
CommitLineData
1MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
2
3include $(MAKEFILEDIR)/../Makefile.ABI.workarounds
4
5obj-$(CONFIG_LTTNG) += lttng-lib-ring-buffer.o
6
7lttng-lib-ring-buffer-objs := \
8 ringbuffer/ring_buffer_backend.o \
9 ringbuffer/ring_buffer_frontend.o \
10 ringbuffer/ring_buffer_iterator.o \
11 ringbuffer/ring_buffer_vfs.o \
12 ringbuffer/ring_buffer_splice.o \
13 ringbuffer/ring_buffer_mmap.o \
14 prio_heap/lttng_prio_heap.o \
15 ../wrapper/splice.o
16
17# vim:syntax=make
This page took 0.021985 seconds and 4 git commands to generate.