summaryrefslogtreecommitdiff
path: root/distrib/evbarm/liveimage/Makefile.liveimage
blob: af9e91936260bf0b11d2ca179af9c21dd3faba5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile.liveimage,v 1.1 2021/07/23 21:53:33 jmcneill 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"