diff options
Diffstat (limited to 'sys/arch/armv7/conf/Makefile.armv7')
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index ed0a33aee09..0007297d685 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.35 2017/09/12 08:23:42 mpi Exp $ +# $OpenBSD: Makefile.armv7,v 1.36 2017/09/28 16:16:34 patrick Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -153,6 +153,17 @@ newinstall: install: update-link newinstall +# pull in the dependency information +.ifnmake clean +. for o in ${SYSTEM_OBJ:Ngap.o} assym.h +. if exists(${o:R}.d) +. include "${o:R}.d" +. elif exists($o) + .PHONY: $o +. endif +. endfor +.endif + # until we get native booting working, put this in the tree. KERNADDR_OMAP=0x80300000 KERNADDR_IMX=0x10300000 |