diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2025-09-07 13:43:11 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2026-01-05 19:32:50 +0000 |
| commit | d448578b445da95806ef9af996a0db9754daadeb (patch) | |
| tree | 1adf1f4980b58a6bd15d38ccf25de87a99a8dafd /sys/conf | |
| parent | 15f29e1e1978bbc4ed24975ad3666596281076fc (diff) | |
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 8deb2bd400c0..d0c4ea5f544d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4704,6 +4704,8 @@ compat/linuxkpi/common/src/linux_shmemfs.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_shrinker.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" +compat/linuxkpi/common/src/linux_siphash.c optional compat_linuxkpi \ + compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_skbuff.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_slab.c optional compat_linuxkpi \ |
