summaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2025-11-17 12:34:01 +0100
committerMartin Matuska <mm@FreeBSD.org>2025-11-17 17:12:03 +0100
commitbb8580e7a6a8c54481d0fd19cac43e84a485f45b (patch)
treea5d526190c1c1240773a4b81af0bae1085ed0b72 /cddl
parent4303bde4297a3d19cabdb08ce1550f682578d2ba (diff)
zfs: fix cross-build after openzfs/zfs@e63d026b9d
Workaround multiple cross-build issues in OpenZFS code TBD: discuss long-term fix with OpenZFS
Diffstat (limited to 'cddl')
-rw-r--r--cddl/lib/libspl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/lib/libspl/Makefile b/cddl/lib/libspl/Makefile
index 2c56348cdf9c..173e9116e284 100644
--- a/cddl/lib/libspl/Makefile
+++ b/cddl/lib/libspl/Makefile
@@ -14,9 +14,7 @@ SRCS = \
assert.c \
backtrace.c \
condvar.c \
- cred.c \
kmem.c \
- kstat.c \
libspl.c \
list.c \
mkdirp.c \
@@ -28,7 +26,6 @@ SRCS = \
rwlock.c \
sid.c \
taskq.c \
- thread.c \
timestamp.c \
include/sys/list.h \
include/sys/list_impl.h
@@ -38,7 +35,10 @@ SRCS = \
.if !defined(BOOTSTRAPPING)
SRCS += \
atomic.c \
+ cred.c \
getexecname.c \
+ kstat.c \
+ thread.c \
tunables.c \
os/freebsd/getexecname.c \
os/freebsd/gethostid.c \