diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-05-06 13:32:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-05-06 13:32:43 +0000 |
commit | 30941b37f71b9f0850fa6e7038ba27f61e336ccf (patch) | |
tree | e6dcc3aadf506193d6c0c0661440000f1d9e61d2 /sys/arch | |
parent | 7254022c88a8b4d6bb16ac26eb01b1b6ae69c551 (diff) |
Update the depencies of the .S files on assym.h; allows IP30 kernels to be built
with -j2.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index 32fb6c4d30e..58bce826f6e 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.55 2011/11/08 18:41:34 matthieu Exp $ +# $OpenBSD: Makefile.sgi,v 1.56 2012/05/06 13:32:42 miod Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -149,8 +149,8 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk rm -f db_structinfo.o locore.o: ${_machdir}/${_mach}/locore.S assym.h -cache_r10k.o context.o cp0access.o exception.o fp.o: assym.h -lcore_access.o lcore_float.o tlbhandler.o lcore_ddb.o: 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 # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |