Home | History | Annotate | Line # | Download | only in davinci
Makefile revision 1.1
      1  1.1  yurix #	$NetBSD $
      2  1.1  yurix 
      3  1.1  yurix DTSSUBDIR=	ti/davinci
      4  1.1  yurix .if !empty(MACHINE_ARCH:Mearmv5*)
      5  1.1  yurix DTSMAKEVARS=	CONFIG_ARCH_DAVINCI=y
      6  1.1  yurix .endif
      7  1.1  yurix DTSFILESCMD=	${MAKE} -C ${ARCHDTSDIR}/${DTSSUBDIR} ${DTSMAKEVARS} -v dtb-y
      8  1.1  yurix DTS=		${DTSFILESCMD:sh}
      9  1.1  yurix 
     10  1.1  yurix .include <bsd.dtb.mk>
     11