diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2025-05-26 18:12:40 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2026-01-25 16:04:44 +0000 |
| commit | a200c8e51cdb4586ad2eb20d2b45ba367f00beaf (patch) | |
| tree | 4370619267b8e158472d281455585c0c4e69fcf4 /sys/conf | |
| parent | 28d6ffe37cf928c5b13e0aa34c39c4414a0f09e4 (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 5f8c9379ddf3..66b84fea1bc0 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4662,6 +4662,8 @@ compat/linuxkpi/common/src/linux_dmi.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_domain.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" +compat/linuxkpi/common/src/linux_eventfd.c optional compat_linuxkpi \ + compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_firmware.c optional compat_linuxkpi \ compile-with "${LINUXKPI_C}" compat/linuxkpi/common/src/linux_folio.c optional compat_linuxkpi \ |
