summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-06-27 17:28:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-06-27 17:28:11 +0000
commitd02a2af594f3401c6b483acf1e5569a33b09bdc1 (patch)
tree83b66bbeae9f67d5a26c91ae6c9a73abed4ec2d4
parent8e20803c7c56e927f2b5e878cf84385f8e0733f5 (diff)
Update list of .S depencies over assym.h.
-rw-r--r--sys/arch/loongson/conf/Makefile.loongson7
-rw-r--r--sys/arch/octeon/conf/Makefile.octeon7
-rw-r--r--sys/arch/sgi/conf/Makefile.sgi7
3 files changed, 12 insertions, 9 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson
index d7743d7a6ec..241b33c94e6 100644
--- a/sys/arch/loongson/conf/Makefile.loongson
+++ b/sys/arch/loongson/conf/Makefile.loongson
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.loongson,v 1.39 2013/10/15 19:23:28 guenther Exp $
+# $OpenBSD: Makefile.loongson,v 1.40 2014/06/27 17:28:10 miod Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -150,8 +150,9 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.pl
rm -f db_structinfo.o
locore.o: ${_machdir}/${_mach}/locore.S assym.h
-cache_loongson2.o context.o cp0access.o exception.o: assym.h
-fp.o lcore_access.o lcore_float.o tlbhandler.o lcore_ddb.o pmon32.o: assym.h
+context.o cp0access.o exception.o: assym.h
+lcore_access.o lcore_ddb.o lcore_float.o tlbhandler.o: assym.h
+pmon32.o: assym.h
# The install target can be redefined by putting a
# install-kernel-${MACHINE_NAME} target into /etc/mk.conf
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon
index da8644d793d..f195bd16279 100644
--- a/sys/arch/octeon/conf/Makefile.octeon
+++ b/sys/arch/octeon/conf/Makefile.octeon
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.octeon,v 1.16 2014/05/10 22:25:16 jasper Exp $
+# $OpenBSD: Makefile.octeon,v 1.17 2014/06/27 17:28:10 miod Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -150,8 +150,9 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.pl
rm -f db_structinfo.o
locore.o: ${_machdir}/${_mach}/locore.S assym.h
-cache_octeon2.o context.o cp0access.o exception.o: assym.h
-fp.o lcore_access.o lcore_float.o tlbhandler.o lcore_ddb.o: assym.h
+context.o cp0access.o exception.o: assym.h
+lcore_access.o lcore_ddb.o lcore_float.o tlbhandler.o: assym.h
+mips64r2.o: assym.h
# The install target can be redefined by putting a
# install-kernel-${MACHINE_NAME} target into /etc/mk.conf
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi
index 8e3ab65498c..d6ca2a304f6 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.63 2014/05/19 21:18:42 miod Exp $
+# $OpenBSD: Makefile.sgi,v 1.64 2014/06/27 17:28:10 miod Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -150,8 +150,9 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.pl
rm -f db_structinfo.o
locore.o: ${_machdir}/${_mach}/locore.S assym.h
-cache_r10k.o cache_r5k.o context.o cp0access.o exception.o: assym.h
-ip30_nmi.o lcore_access.o lcore_ddb.o lcore_float.o tlbhandler.o: assym.h
+context.o cp0access.o exception.o exception_tfp: assym.h
+lcore_access.o lcore_ddb.o lcore_float.o tlb_tfp.o tlbhandler.o: assym.h
+cache_tfp_subr.o ip30_nmi.o: assym.h
# The install target can be redefined by putting a
# install-kernel-${MACHINE_NAME} target into /etc/mk.conf