Cross Reference: Makefile
xref: /src/distrib/evbarm/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/evbarm/
Makefile revision 1.2
11.2Sthorpej#	$NetBSD: Makefile,v 1.2 2002/03/29 01:52:45 thorpej Exp $
21.1Sthorpej
31.1Sthorpej.include <bsd.own.mk>		# Use /etc/mk.conf
41.1Sthorpej
51.1SthorpejSUBDIR=	gzboot
61.2Sthorpej
71.2SthorpejITARGET=	${RELEASEDIR}/binary/gzimg
81.2SthorpejIINST=		${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
91.2Sthorpej
101.2SthorpejGZIMGS+=	gzimg_IQ80310_flash_0x00080000
111.2SthorpejGZIMGS+=	gzimg_IQ80321_flash_0xf0080000
121.2Sthorpej
131.2Sthorpej.for img in ${GZIMGS}
141.2SthorpejGZIMGDIR_${img}!= cd ${.CURDIR}/gzboot/${img} && ${PRINTOBJDIR}
151.2Sthorpej.endfor
161.2Sthorpej
171.2Sthorpejrelease: check_RELEASEDIR
181.2Sthorpej.for img in ${GZIMGS}
191.2Sthorpej	${IINST} ${GZIMGDIR_${img}}/${img}.gz ${ITARGET}/.
201.2Sthorpej.endfor
211.1Sthorpej
221.1Sthorpej.include <bsd.subdir.mk>
23

Indexes created Sat Dec 13 06:09:33 GMT 2025