Makefile revision 1.4
11.4Sjmcneill# $NetBSD: Makefile,v 1.4 2018/10/21 00:57:38 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.4SjmcneillCFLAGS+= -DEFIBOOT_ACPI 131.1Sjmcneill 141.1Sjmcneill.include "${.CURDIR}/../Makefile.efiboot" 151.1Sjmcneill 161.2Sjmcneillrelease: check_RELEASEDIR 171.2Sjmcneill ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \ 181.2Sjmcneill ${RELEASEDIR}/${MACHINE}/installation/misc 19