X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lib%2FKbuild;h=6c7311361f98ee86c73f173f07b7e28ee6840e5a;hb=1cacbdc9919acddcbb821dd0fecafcd56542f17f;hp=5248d3722e7ad003a1d477f1b7599f5d17304fcb;hpb=751494f999a67abe0039a32f1c899c1663732864;p=lttng-modules.git diff --git a/lib/Kbuild b/lib/Kbuild index 5248d372..6c731136 100644 --- a/lib/Kbuild +++ b/lib/Kbuild @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) + TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. include $(TOP_LTTNG_MODULES_DIR)/Kbuild.common @@ -13,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