git: dbb7cc419b49 - stable/13 - Add missing file to sys/conf/files after 469884cf04a9b92677c7c83e229ca6b8814f8b0a .
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Mar 2023 16:32:58 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=dbb7cc419b49d5743c0784c8ccce6b5202dcc904 commit dbb7cc419b49d5743c0784c8ccce6b5202dcc904 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2021-08-02 06:24:22 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-03-22 15:33:07 +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 (cherry picked from commit 9340ebd404efad7068b5a45fd3b3d8bb21187b91) --- sys/conf/files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/files b/sys/conf/files index 0c3a553c3dad..19b0445f2e0c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4628,6 +4628,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_i2c.c optional compat_linuxkpi \