Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 06:26:09 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9340ebd404ef - main - Add missing file to sys/conf/files after 469884cf04a9b92677c7c83e229ca6b8814f8b0a .
Message-ID:  <202108020626.1726Q9CB075623@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=9340ebd404efad7068b5a45fd3b3d8bb21187b91

commit 9340ebd404efad7068b5a45fd3b3d8bb21187b91
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-08-02 06:24:22 +0000
Commit:     Hans Petter Selasky <hselasky@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108020626.1726Q9CB075623>