aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2002-09-07 18:02:18 +0000
committerThomas Moestl <tmm@FreeBSD.org>2002-09-07 18:02:18 +0000
commit27d29f428c3cae8d64145f49456f46a38e9c38e3 (patch)
tree4dd6bae3ea9bf1db93050a1673bfaffc3ad004f9 /sys
parente47ffe1fd4229aea2866ca4846b64860a76a1587 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/linux/Makefile3
-rw-r--r--sys/modules/pecoff/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index d83906013c3bf..cb8b98f4c32cf 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -13,7 +13,8 @@ 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
+SRCS+= linux_ptrace.c linux_uid16.c imgact_linux.c opt_cpu.h \
+ opt_kstack_pages.h
.endif
EXPORT_SYMS=
diff --git a/sys/modules/pecoff/Makefile b/sys/modules/pecoff/Makefile
index 3af958e3c703d..44e7f620c43e9 100644
--- a/sys/modules/pecoff/Makefile
+++ b/sys/modules/pecoff/Makefile
@@ -5,7 +5,7 @@ MAINTAINER= takawata@FreeBSD.org
.PATH: ${.CURDIR}/../../compat/pecoff
KMOD= pecoff
-SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h
+SRCS= imgact_pecoff.c opt_kstack_pages.h opt_pecoff.h vnode_if.h
CFLAGS+= -g -DDEBUG