git: 125a2a6b6764 - stable/14 - MFC: linux: Make module standalone-buildable

From: Eugene Grosbein <eugen_at_FreeBSD.org>
Date: Wed, 03 Jul 2024 19:40:03 UTC
The branch stable/14 has been updated by eugen:

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

commit 125a2a6b676484964661689f8a62d59d0a49fa14
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-05-11 22:35:54 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2024-07-03 19:37:57 +0000

    MFC: linux: Make module standalone-buildable
    
    Add opt_inet.h and opt_usb.h to make linux module buildable standalone.
    
    (cherry picked from commit c5f906d32d2bc8e37f1e1911382e27af7e6240ff)
---
 sys/modules/linux/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index d1035445ccfb..ff960ba28efb 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -34,9 +34,11 @@ SRCS=	linux${SFX}_dummy_machdep.c \
 	linux_uid16.c \
 	linux_vdso.c \
 	linux_xattr.c \
+	opt_inet.h \
 	opt_inet6.h \
 	opt_ktrace.h \
 	opt_posix.h \
+	opt_usb.h \
 	bus_if.h \
 	device_if.h \
 	vnode_if.h