Makefile revision 1.9
11.9Sjmcneill# $NetBSD: Makefile,v 1.9 2020/09/08 16:34:43 jmcneill Exp $ 21.1Sjmcneill 31.1SjmcneillPROG= bootaa64.efi 41.1SjmcneillOBJFMT= binary 51.7SjmcneillNEWVERSWHAT= "efiboot (arm64)" 61.1Sjmcneill 71.1SjmcneillEXTRA_SOURCES= efibootaa64.c 81.1SjmcneillEXTRA_SOURCES+= cache.S 91.1Sjmcneill 101.9SjmcneillCOPTS+= -mgeneral-regs-only -mlittle-endian -fno-jump-tables 111.9SjmcneillAFLAGS+= -mlittle-endian 121.1SjmcneillCFLAGS+= -DEFIBOOT_ALIGN=0x200000 131.5SjmcneillCFLAGS+= -DEFIBOOT_RUNTIME_ADDRESS=0xffff800000000000L 141.5SjmcneillCFLAGS+= -DEFIBOOT_RUNTIME_SIZE=0x40000000UL 151.4SjmcneillCFLAGS+= -DEFIBOOT_ACPI 161.8SjmcneillCFLAGS+= -DEFIBOOT_MODULE_MACHINE=\"evbarm\" 171.9SjmcneillLDFLAGS+= -EL 181.1Sjmcneill 191.1Sjmcneill.include "${.CURDIR}/../Makefile.efiboot" 201.1Sjmcneill 211.2Sjmcneillrelease: check_RELEASEDIR 221.2Sjmcneill ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \ 231.6Schristos ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc 24