Cross Reference: Makefile.liveimage
xref: /src/distrib/evbarm/liveimage/Makefile.liveimage
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/evbarm/liveimage/
11.1Sjmcneill#	$NetBSD: Makefile.liveimage,v 1.1 2021/07/23 21:53:33 jmcneill Exp $
21.1Sjmcneill
31.1Sjmcneill.include <bsd.own.mk>
41.1Sjmcneill
51.1Sjmcneill.if !empty(MACHINE_ARCH:Maarch64*)
61.1SjmcneillKERN_SET=		kern-GENERIC64
71.1SjmcneillEFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi
81.1Sjmcneill.else
91.1SjmcneillKERN_SET=		kern-GENERIC
101.1SjmcneillEFIBOOT=		${WORKDIR}/usr/mdec/bootarm.efi
111.1Sjmcneill.endif
121.1Sjmcneill
131.1SjmcneillUSE_MBR=		yes
141.1SjmcneillUSE_GPT=		yes
151.1Sjmcneill
161.1Sjmcneill.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
17

Indexes created Mon Nov 10 17:20:41 GMT 2025