Fix: allow LTTng to be built within kernel tree
[lttng-modules.git] / lib / Makefile
CommitLineData
f5ad35ce
MD
1KERNELDIR = ${LTTNG_KERNELDIR}
2MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
58ee8fea 3
f5ad35ce 4include $(MAKEFILEDIR)/../Makefile.ABI.workarounds
58ee8fea 5
4976f9ad 6obj-m += lttng-lib-ring-buffer.o
f3bc08c5 7
4976f9ad 8lttng-lib-ring-buffer-objs := \
f3bc08c5
MD
9 ringbuffer/ring_buffer_backend.o \
10 ringbuffer/ring_buffer_frontend.o \
11 ringbuffer/ring_buffer_iterator.o \
12 ringbuffer/ring_buffer_vfs.o \
13 ringbuffer/ring_buffer_splice.o \
14 ringbuffer/ring_buffer_mmap.o \
24cedcfe 15 prio_heap/lttng_prio_heap.o \
5dd620fa 16 ../wrapper/splice.o
This page took 0.029965 seconds and 4 git commands to generate.