X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lib%2FKbuild;h=6c7311361f98ee86c73f173f07b7e28ee6840e5a;hb=48ccd619dac8aa4f6752db0efe07b821082828e2;hp=13b51f9d9326f7ff56284b58fe3b3697c5e0f06a;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/lib/Kbuild b/lib/Kbuild index 13b51f9d..6c731136 100644 --- a/lib/Kbuild +++ b/lib/Kbuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. @@ -15,7 +15,6 @@ lttng-lib-ring-buffer-objs := \ ringbuffer/ring_buffer_vfs.o \ ringbuffer/ring_buffer_splice.o \ ringbuffer/ring_buffer_mmap.o \ - prio_heap/lttng_prio_heap.o \ - ../wrapper/splice.o + prio_heap/lttng_prio_heap.o # vim:syntax=make