Cross Reference: Makefile
xref: /src/sys/stand/efiboot/bootaa64/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/stand/efiboot/bootaa64/
Makefile revision 1.2
11.2Sjmcneill# $NetBSD: Makefile,v 1.2 2018/08/27 22:40:51 jmcneill Exp $
21.1Sjmcneill
31.1SjmcneillPROG=		bootaa64.efi
41.1SjmcneillOBJFMT=		binary
51.1SjmcneillNEWVERSWHAT=	"EFI Boot (aarch64)"
61.1Sjmcneill
71.1SjmcneillEXTRA_SOURCES=	efibootaa64.c
81.1SjmcneillEXTRA_SOURCES+=	cache.S
91.1Sjmcneill
101.1SjmcneillCOPTS+=		-mgeneral-regs-only -fno-jump-tables
111.1SjmcneillCFLAGS+=	-DEFIBOOT_ALIGN=0x200000
121.1Sjmcneill
131.1Sjmcneill.include "${.CURDIR}/../Makefile.efiboot"
141.1Sjmcneill
151.2Sjmcneillrelease: check_RELEASEDIR
161.2Sjmcneill	${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
171.2Sjmcneill		${RELEASEDIR}/${MACHINE}/installation/misc
18

Indexes created Mon Jan 26 14:10:17 GMT 2026