summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2002-01-17 02:16:35 +0000
committermjacob <mjacob@FreeBSD.org>2002-01-17 02:16:35 +0000
commit30e4a25f3062bbf6e045493f7e89c9fb9b832d25 (patch)
tree87c043face5073d62e0bc477ce029dc3b7cf6cfa /sys/modules
parentadc513481a6c07a06b3a9cbd6c74884346562a78 (diff)
downloadFreeBSD-src-30e4a25f3062bbf6e045493f7e89c9fb9b832d25.zip
FreeBSD-src-30e4a25f3062bbf6e045493f7e89c9fb9b832d25.tar.gz
Allow alpha kernels to compile again- make sure opt_ddb.h is included
and the reference to db_regs is *extern* from alpha/include/db_machdep.h (put it in alpha/alpha/machdep.c)- this avoids the problems we've had about different 'common' sizes prohibiting the kernel from linking.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/osf1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/osf1/Makefile b/sys/modules/osf1/Makefile
index 33fec68..0d8d22b 100644
--- a/sys/modules/osf1/Makefile
+++ b/sys/modules/osf1/Makefile
@@ -7,7 +7,7 @@ MAINTAINER= gallatin@FreeBSD.org
KMOD= osf1
SRCS= osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \
osf1_mount.c imgact_osf1.c osf1_sysvec.c opt_compat.h \
- opt_simos.h opt_nfs.h device_if.h bus_if.h vnode_if.h
+ opt_simos.h opt_ddb.h opt_nfs.h device_if.h bus_if.h vnode_if.h
#CFLAGS+= -g
OpenPOWER on IntegriCloud