mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
opt_kstack_pages.h is not needed anymore. It would have been a Bad Thing
if it had been different to the running kernel.
This commit is contained in:
parent
8c478ca930
commit
c503d8706c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103089
@ -4,7 +4,7 @@
|
||||
|
||||
KMOD= aout
|
||||
SRCS= imgact_aout.c \
|
||||
opt_kstack_pages.h vnode_if.h
|
||||
vnode_if.h
|
||||
|
||||
EXPORT_SYMS=
|
||||
|
||||
|
@ -13,8 +13,7 @@ SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
|
||||
OBJS= linux_locore.o
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SRCS+= linux_ptrace.c linux_uid16.c imgact_linux.c opt_cpu.h \
|
||||
opt_kstack_pages.h
|
||||
SRCS+= linux_ptrace.c linux_uid16.c imgact_linux.c opt_cpu.h
|
||||
.endif
|
||||
|
||||
EXPORT_SYMS=
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER= takawata@FreeBSD.org
|
||||
.PATH: ${.CURDIR}/../../compat/pecoff
|
||||
|
||||
KMOD= pecoff
|
||||
SRCS= imgact_pecoff.c opt_kstack_pages.h opt_pecoff.h vnode_if.h
|
||||
SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h
|
||||
|
||||
CFLAGS+= -g -DDEBUG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user