Revert "modules: Add missing opt_*.h files for stand-alone compile"

This reverts commit 1a37caeb07.

I'd overlooked 06c07e1203 when I updated a
branch I'd previously committed but not updated. My search for this in
my tree before the commit was to a stale file...

Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2024-10-17 12:49:42 -06:00
parent f48fb131c2
commit f11c79fc00
2 changed files with 1 additions and 6 deletions
-2
View File
@@ -33,7 +33,6 @@ SRCS= linux${SFX}_dummy_machdep.c \
linux_uid16.c \
linux_vdso.c \
linux_xattr.c \
opt_compat.h \
opt_inet.h \
opt_inet6.h \
opt_ktrace.h \
@@ -42,7 +41,6 @@ SRCS= linux${SFX}_dummy_machdep.c \
bus_if.h \
device_if.h \
vnode_if.h
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
SRCS+= linux_dummy_x86.c
VDSODEPS=linux_vdso_gettc_x86.inc
+1 -4
View File
@@ -28,17 +28,14 @@ SRCS= linux_dummy_machdep.c \
linux_vdso.c \
linux_timer.c \
linux_xattr.c \
opt_compat.h \
opt_inet6.h \
opt_ktrace.h \
opt_inet6.h \
opt_posix.h \
opt_usb.h \
bus_if.h \
device_if.h \
vnode_if.h \
linux_support.S \
linux_vdso_inc.S
.if ${MACHINE_CPUARCH} == "amd64"
SRCS+= linux_dummy_x86.c
.endif