summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-09-07 18:02:18 +0000
committertmm <tmm@FreeBSD.org>2002-09-07 18:02:18 +0000
commit2ba469fe3523a303d09ece603801a7797f8d1983 (patch)
tree4dd6bae3ea9bf1db93050a1673bfaffc3ad004f9 /sys/modules/linux
parentc5bf10c2fd98d7a737c7da22bd61751591a8567f (diff)
downloadFreeBSD-src-2ba469fe3523a303d09ece603801a7797f8d1983.zip
FreeBSD-src-2ba469fe3523a303d09ece603801a7797f8d1983.tar.gz
Unbreak the modules build:
- add dependencies on opt_cpu.h and opt_kstack_pages.h to the linux module Makefile in the i386 case. The latter is needed by an i386-only file, the former by the i386 implementation of linux_sysvec.c (opt_cpu.h is used for architecture-dependent options, so I added it only for i386, although this file is also generated for the alpha). - add a dependency on opt_kstack_pages.h to the pecoff module Makefile.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index d839060..cb8b98f 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=
OpenPOWER on IntegriCloud