modules: Add missing opt_*.h files for stand-alone compile
Standalone compile that we at least create these opt_*.h files. Sponsored by: Netflix
This commit is contained in:
parent
50a3621836
commit
010175a76d
@ -35,6 +35,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 \
|
||||
|
@ -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 \
|
||||
|
@ -5,7 +5,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
|
||||
|
Loading…
Reference in New Issue
Block a user