diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-06-27 17:28:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-06-27 17:28:11 +0000 |
commit | d02a2af594f3401c6b483acf1e5569a33b09bdc1 (patch) | |
tree | 83b66bbeae9f67d5a26c91ae6c9a73abed4ec2d4 /sys/arch/sgi | |
parent | 8e20803c7c56e927f2b5e878cf84385f8e0733f5 (diff) |
Update list of .S depencies over assym.h.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 7 |
1 files changed, 4 insertions, 3 deletions
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 |