summaryrefslogtreecommitdiffstats
path: root/sys/modules/pecoff
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/pecoff
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/pecoff')
-rw-r--r--sys/modules/pecoff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pecoff/Makefile b/sys/modules/pecoff/Makefile
index 3af958e..44e7f62 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
OpenPOWER on IntegriCloud