summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-11 22:51:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-11 22:51:22 +0000
commit2dd53aa4756f52d9393623099ee938336172a777 (patch)
treee50e5a373dd33811a1aff7fa043b704f23dee0e4 /sys/arch/armv7/conf
parent0dd20bca586bc67da66c47a162a069ff2f940bdc (diff)
make vers.o not depend on gap.o using a trick, because it is piece of
fiction participating only in the linkphase. tricks from rpe and espie
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r--sys/arch/armv7/conf/Makefile.armv74
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7
index c4ab27f3b2c..de7f7c52ba6 100644
--- a/sys/arch/armv7/conf/Makefile.armv7
+++ b/sys/arch/armv7/conf/Makefile.armv7
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.armv7,v 1.24 2017/06/11 20:50:32 bluhm Exp $
+# $OpenBSD: Makefile.armv7,v 1.25 2017/06/11 22:51:21 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -117,7 +117,7 @@ ld.script: ${_archdir}/conf/ldscript.head ${_archdir}/conf/ldscript.tail
-e 's/@KERNEL_BASE_VIRT@/${KERNEL_BASE_VIRT}/' \
-e 's/(KERNEL_BASE_phys)/(KERNEL_BASE_virt)/' > ld.script
-vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
+vers.o: ${SYSTEM_DEP:Ngap.o} ${SYSTEM_SWAP_DEP}
sh $S/conf/newvers.sh
${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c