summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-08 02:59:38 +0000
committerpeter <peter@FreeBSD.org>2002-09-08 02:59:38 +0000
commitf6e5e92086d4808f943e819c78b90efbf0c849aa (patch)
treeac2ea1f4494a05d279833a67ddf57746a4341e23 /sys/modules/linux
parent025489aa19f7b8182491446263981badcee9a512 (diff)
downloadFreeBSD-src-f6e5e92086d4808f943e819c78b90efbf0c849aa.zip
FreeBSD-src-f6e5e92086d4808f943e819c78b90efbf0c849aa.tar.gz
opt_kstack_pages.h is not needed anymore. It would have been a Bad Thing
if it had been different to the running kernel.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index cb8b98f..63653f8 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -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=
OpenPOWER on IntegriCloud