Cross Reference: Makefile
xref: /src/distrib/evbarm/liveimage/armimage/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/evbarm/liveimage/armimage/
11.2Sjmcneill#	$NetBSD: Makefile,v 1.2 2021/07/24 14:00:08 jmcneill Exp $
21.1Sjmcneill
31.1SjmcneillLIVEIMGBASE=	NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-live	# gives ${IMGBASE}.img
41.1Sjmcneill
51.1SjmcneillEMUIMAGEMB?=	1907            	# 2GB USB flash memories aren't 2GiB
61.1SjmcneillLIVEIMAGEMB=	${EMUIMAGEMB}
71.1SjmcneillSWAPMB=		0			# No swap
81.1SjmcneillIMAGEHOSTNAME=	netbsd
91.1Sjmcneill
101.1SjmcneillFILESDIR!=	cd ${.CURDIR}/../../../utils/embedded/files ; pwd
111.1Sjmcneill
121.1SjmcneillSPEC_EXTRA=	${.CURDIR}/spec.armimage
131.2SjmcneillRC_CONF_EXTRA=	${.CURDIR}/rc.conf.armimage
141.1SjmcneillIMGFILE_EXTRA=								\
151.1Sjmcneill	${FILESDIR}/ec2_init		etc/rc.d/ec2_init		\
161.2Sjmcneill	${FILESDIR}/resize_gpt		etc/rc.d/resize_gpt
171.1Sjmcneill
181.1Sjmcneill.include "${.CURDIR}/../Makefile.liveimage"
19

Indexes created Fri Dec 12 19:09:41 GMT 2025