aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-05-11 22:35:54 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-11 22:35:54 +0000
commitc5f906d32d2bc8e37f1e1911382e27af7e6240ff (patch)
tree06d9f8c42628991fbe3c60c543f644eb044d8d94 /sys/modules
parent099a81a4173bc5b121e50d4e27ea5fafdda8475b (diff)
downloadsrc-c5f906d32d2bc8e37f1e1911382e27af7e6240ff.tar.gz
src-c5f906d32d2bc8e37f1e1911382e27af7e6240ff.zip
linux: Make module standalone-buildable
Add opt_inet.h and opt_usb.h to make linux module buildable standalone. Sponsored by: Netflix
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 8c720f8f9e65..37ba17e09e9d 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