Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2023 08:11:22 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: cb182d5f52c1 - stable/13 - modules: Add missing opt_*.h files for stand-alone compile
Message-ID:  <202302260811.31Q8BMbW081444@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

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

commit cb182d5f52c163e4b3e5fda6633432224d4a6176
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-29 14:49:20 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-26 08:10:43 +0000

    modules: Add missing opt_*.h files for stand-alone compile
    
    Standalone compile that we at least create these opt_*.h files.
    
    Sponsored by:           Netflix
    
    (cherry picked from commit 010175a76d0676ff8d9b8d54276aff093abbc3f2)
---
 sys/modules/linux/Makefile        | 1 +
 sys/modules/linux64/Makefile      | 1 +
 sys/modules/linux_common/Makefile | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index fad03e8a8ca0..dd6536f1c174 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -36,6 +36,7 @@ SRCS=	linux${SFX}_dummy_machdep.c \
 	linux_vdso.c \
 	opt_compat.h \
 	opt_inet6.h \
+	opt_ktrace.h \
 	opt_posix.h \
 	opt_usb.h \
 	bus_if.h \
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
index ef6644c3deb7..0857f4e7126f 100644
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -30,6 +30,7 @@ SRCS=	linux_dummy_machdep.c \
 	linux_vdso.c \
 	linux_timer.c \
 	opt_compat.h \
+	opt_ktrace.h \
 	opt_inet6.h \
 	opt_posix.h \
 	opt_usb.h \
diff --git a/sys/modules/linux_common/Makefile b/sys/modules/linux_common/Makefile
index 204cfe5059e5..7ebb56ba6473 100644
--- a/sys/modules/linux_common/Makefile
+++ b/sys/modules/linux_common/Makefile
@@ -8,7 +8,7 @@
 KMOD=	linux_common
 SRCS=	linux_common.c linux_mib.c linux_mmap.c linux_util.c linux_emul.c \
 	linux_dummy.c linux_errno.c linux_netlink.c \
-	linux.c device_if.h vnode_if.h bus_if.h opt_inet6.h
+	linux.c device_if.h vnode_if.h bus_if.h opt_inet6.h opt_inet.h
 
 .if ${MACHINE_CPUARCH} == "amd64"
 SRCS+=	linux_x86.c linux_vdso_selector_x86.c



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