git: 9340ebd404ef - main - Add missing file to sys/conf/files after 469884cf04a9b92677c7c83e229ca6b8814f8b0a .
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Aug 2 06:26:09 UTC 2021
The branch main has been updated by hselasky:
URL: https://cgit.FreeBSD.org/src/commit/?id=9340ebd404efad7068b5a45fd3b3d8bb21187b91
commit 9340ebd404efad7068b5a45fd3b3d8bb21187b91
Author: Hans Petter Selasky <hselasky at FreeBSD.org>
AuthorDate: 2021-08-02 06:24:22 +0000
Commit: Hans Petter Selasky <hselasky at FreeBSD.org>
CommitDate: 2021-08-02 06:25:04 +0000
Add missing file to sys/conf/files after 469884cf04a9b92677c7c83e229ca6b8814f8b0a .
Found by: vishwin@
Differential Revision: https://reviews.freebsd.org/D29921
MFC after: 1 week
Sponsored by: NVIDIA Networking
---
sys/conf/files | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys/conf/files b/sys/conf/files
index ae3fd61ed7a1..44eda0e8bae6 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4578,6 +4578,8 @@ compat/linuxkpi/common/src/linux_domain.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_fpu.c optional compat_linuxkpi \
+ compile-with "${LINUXKPI_C}"
compat/linuxkpi/common/src/linux_hrtimer.c optional compat_linuxkpi \
compile-with "${LINUXKPI_C}"
compat/linuxkpi/common/src/linux_kthread.c optional compat_linuxkpi \
More information about the dev-commits-src-main
mailing list