1 1.5.4.3 martin # $NetBSD: Makefile,v 1.5.4.4 2020/04/13 08:05:20 martin Exp $ 2 1.5.4.2 christos 3 1.5.4.2 christos PROG= bootaa64.efi 4 1.5.4.2 christos OBJFMT= binary 5 1.5.4.3 martin NEWVERSWHAT= "efiboot (arm64)" 6 1.5.4.2 christos 7 1.5.4.2 christos EXTRA_SOURCES= efibootaa64.c 8 1.5.4.2 christos EXTRA_SOURCES+= cache.S 9 1.5.4.2 christos 10 1.5.4.2 christos COPTS+= -mgeneral-regs-only -fno-jump-tables 11 1.5.4.2 christos CFLAGS+= -DEFIBOOT_ALIGN=0x200000 12 1.5.4.2 christos CFLAGS+= -DEFIBOOT_RUNTIME_ADDRESS=0xffff800000000000L 13 1.5.4.2 christos CFLAGS+= -DEFIBOOT_RUNTIME_SIZE=0x40000000UL 14 1.5.4.2 christos CFLAGS+= -DEFIBOOT_ACPI 15 1.5.4.2 christos 16 1.5.4.2 christos .include "${.CURDIR}/../Makefile.efiboot" 17 1.5.4.2 christos 18 1.5.4.2 christos release: check_RELEASEDIR 19 1.5.4.2 christos ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \ 20 1.5.4.4 martin ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc 21