u8_textprep: move into module/zfs

Now that it's built into the main zfs module in all cases, there's no
reason to put it in its own dir.

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #18071
This commit is contained in:
Rob Norris
2025-12-20 11:52:18 +11:00
committed by Brian Behlendorf
parent 309006a0c6
commit 654e7628d6
4 changed files with 3 additions and 11 deletions
+1 -2
View File
@@ -46,8 +46,6 @@ nodist_libzpool_la_SOURCES = \
\
module/os/linux/zfs/zio_crypt.c \
\
module/unicode/u8_textprep.c \
\
module/zcommon/cityhash.c \
module/zcommon/simd_stat.c \
module/zcommon/zfeature_common.c \
@@ -137,6 +135,7 @@ nodist_libzpool_la_SOURCES = \
module/zfs/space_map.c \
module/zfs/space_reftree.c \
module/zfs/txg.c \
module/zfs/u8_textprep.c \
module/zfs/uberblock.c \
module/zfs/unique.c \
module/zfs/vdev.c \