From c5f906d32d2bc8e37f1e1911382e27af7e6240ff Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 11 May 2024 16:35:54 -0600 Subject: [PATCH] linux: Make module standalone-buildable Add opt_inet.h and opt_usb.h to make linux module buildable standalone. Sponsored by: Netflix --- sys/modules/linux/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 8c720f8f9e6..37ba17e09e9 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