head	1.1;
access;
symbols
	netbsd-11-0-RC7:1.1
	netbsd-11-0-RC6:1.1
	netbsd-11-0-RC5:1.1
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.6
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.4
	perseant-exfatfs-base:1.1
	netbsd-10-0-RELEASE:1.1
	netbsd-10-0-RC6:1.1
	netbsd-10-0-RC5:1.1
	netbsd-10-0-RC4:1.1
	netbsd-10-0-RC3:1.1
	netbsd-10-0-RC2:1.1
	netbsd-10-0-RC1:1.1
	netbsd-10:1.1.0.2
	netbsd-10-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2021.07.23.21.53.33;	author jmcneill;	state Exp;
branches;
next	;
commitid	NHUnnlv7HOncY92D;


desc
@@


1.1
log
@evbarm: Add build.sh live-image support for armv7/aarch64
@
text
@#	$NetBSD: Makefile.liveimage,v 1.2 2018/12/15 18:03:17 gson Exp $

.include <bsd.own.mk>

.if !empty(MACHINE_ARCH:Maarch64*)
KERN_SET=		kern-GENERIC64
EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi
.else
KERN_SET=		kern-GENERIC
EFIBOOT=		${WORKDIR}/usr/mdec/bootarm.efi
.endif

USE_MBR=		yes
USE_GPT=		yes

.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
@
