Home | History | Annotate | Line # | Download | only in bootaa64
Makefile revision 1.4
      1  1.4  jmcneill # $NetBSD: Makefile,v 1.4 2018/10/21 00:57:38 jmcneill Exp $
      2  1.1  jmcneill 
      3  1.1  jmcneill PROG=		bootaa64.efi
      4  1.1  jmcneill OBJFMT=		binary
      5  1.1  jmcneill NEWVERSWHAT=	"EFI Boot (aarch64)"
      6  1.1  jmcneill 
      7  1.1  jmcneill EXTRA_SOURCES=	efibootaa64.c
      8  1.1  jmcneill EXTRA_SOURCES+=	cache.S
      9  1.1  jmcneill 
     10  1.1  jmcneill COPTS+=		-mgeneral-regs-only -fno-jump-tables
     11  1.1  jmcneill CFLAGS+=	-DEFIBOOT_ALIGN=0x200000
     12  1.4  jmcneill CFLAGS+=	-DEFIBOOT_ACPI
     13  1.1  jmcneill 
     14  1.1  jmcneill .include "${.CURDIR}/../Makefile.efiboot"
     15  1.1  jmcneill 
     16  1.2  jmcneill release: check_RELEASEDIR
     17  1.2  jmcneill 	${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
     18  1.2  jmcneill 		${RELEASEDIR}/${MACHINE}/installation/misc
     19