diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-02 03:59:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-02 03:59:26 +0000 |
commit | 8a7ab115f510fd73109c74bd59fc1fe26d78eea0 (patch) | |
tree | 5660eb3b88718e9492c228af19f5a196982de753 | |
parent | ae2c6d67558e83e2562f1ad4f6f270507af4cc32 (diff) |
armv7_start.o needs an explicit dependency on assym.h now; nick
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index 76c824ad845..45dc4f44c0a 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.2 2013/10/15 19:23:26 guenther Exp $ +# $OpenBSD: Makefile.armv7,v 1.3 2014/02/02 03:59:25 miod Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -146,6 +146,7 @@ ${_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 cpuswitch7.o exception.o bcopy_page.o irq_dispatch.o: assym.h +armv7_start.o: assym.h # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |