mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 08:16:39 +09:00
lttng libs: add Makefile
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2d31597d37
commit
848afbd72e
11
drivers/staging/lttng/lib/Makefile
Normal file
11
drivers/staging/lttng/lib/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
obj-m += lib-ring-buffer.o
|
||||
|
||||
lib-ring-buffer-objs := \
|
||||
ringbuffer/ring_buffer_backend.o \
|
||||
ringbuffer/ring_buffer_frontend.o \
|
||||
ringbuffer/ring_buffer_iterator.o \
|
||||
ringbuffer/ring_buffer_vfs.o \
|
||||
ringbuffer/ring_buffer_splice.o \
|
||||
ringbuffer/ring_buffer_mmap.o \
|
||||
prio_heap/lttng_prio_heap.o \
|
||||
../wrapper/splice.o
|
||||
Reference in New Issue
Block a user