summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2013-04-30 13:57:03 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2013-04-30 13:57:03 +0000
commit6493bdcd6732b8db78b573bd0d7d4da663559d1e (patch)
tree9df17c4dbaa74a9a9ae021c81ddaf599b4f21f4f /sys/arch/beagle
parent6a95ee8a0202e60dc2a57b242030a0834df1c37a (diff)
Fix beagle makefile dependency after switching to new context switching
code. ok bmercer@
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r--sys/arch/beagle/conf/Makefile.beagle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle
index 307f6ea6193..8c8313e23f3 100644
--- a/sys/arch/beagle/conf/Makefile.beagle
+++ b/sys/arch/beagle/conf/Makefile.beagle
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.beagle,v 1.41 2013/03/30 07:25:20 tedu Exp $
+# $OpenBSD: Makefile.beagle,v 1.42 2013/04/30 13:57:02 patrick Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -147,7 +147,7 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk
${_mach}_start.o: ${_machdir}/${_mach}/${_mach}_start.S
locore.o: ${_archdir}/${_arch}/locore.S assym.h
in_cksum_arm.o fiq_subr.o bcopyinout.o copystr.o sigcode.o: assym.h
-vectors.o cpuswitch.o exception.o bcopy_page.o irq_dispatch.o: assym.h
+vectors.o cpuswitch7.o exception.o bcopy_page.o irq_dispatch.o: assym.h
# The install target can be redefined by putting a
# install-kernel-${MACHINE_NAME} target into /etc/mk.conf