Fix: Update README.md to match reality: kernels >= 2.6.36 are supported
[lttng-modules.git] / lib / Makefile
CommitLineData
4976f9ad 1obj-m += lttng-lib-ring-buffer.o
f3bc08c5 2
4976f9ad 3lttng-lib-ring-buffer-objs := \
f3bc08c5
MD
4 ringbuffer/ring_buffer_backend.o \
5 ringbuffer/ring_buffer_frontend.o \
6 ringbuffer/ring_buffer_iterator.o \
7 ringbuffer/ring_buffer_vfs.o \
8 ringbuffer/ring_buffer_splice.o \
9 ringbuffer/ring_buffer_mmap.o \
24cedcfe 10 prio_heap/lttng_prio_heap.o \
5dd620fa 11 ../wrapper/splice.o
This page took 0.028715 seconds and 4 git commands to generate.