Date: Wed, 3 Jul 2024 19:48:18 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2e95d0ed3da7 - stable/13 - MFC: linux: Make module standalone-buildable Message-ID: <202407031948.463JmIgM097736@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=2e95d0ed3da70e22dc403d611b589e4de378cb2f commit 2e95d0ed3da70e22dc403d611b589e4de378cb2f 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:47:42 +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 738f2907edf8..431db42ba0b0 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -33,9 +33,11 @@ SRCS= linux${SFX}_dummy_machdep.c \ linux_timer.c \ linux_uid16.c \ linux_vdso.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407031948.463JmIgM097736>