1 1.2.2.4 pgoyette # $NetBSD: Makefile,v 1.2.2.4 2018/11/26 01:52:52 pgoyette Exp $ 2 1.2.2.2 pgoyette 3 1.2.2.2 pgoyette PROG= bootaa64.efi 4 1.2.2.2 pgoyette OBJFMT= binary 5 1.2.2.2 pgoyette NEWVERSWHAT= "EFI Boot (aarch64)" 6 1.2.2.2 pgoyette 7 1.2.2.2 pgoyette EXTRA_SOURCES= efibootaa64.c 8 1.2.2.2 pgoyette EXTRA_SOURCES+= cache.S 9 1.2.2.2 pgoyette 10 1.2.2.2 pgoyette COPTS+= -mgeneral-regs-only -fno-jump-tables 11 1.2.2.2 pgoyette CFLAGS+= -DEFIBOOT_ALIGN=0x200000 12 1.2.2.4 pgoyette CFLAGS+= -DEFIBOOT_RUNTIME_ADDRESS=0xffff800000000000L 13 1.2.2.4 pgoyette CFLAGS+= -DEFIBOOT_RUNTIME_SIZE=0x40000000UL 14 1.2.2.4 pgoyette CFLAGS+= -DEFIBOOT_ACPI 15 1.2.2.2 pgoyette 16 1.2.2.2 pgoyette .include "${.CURDIR}/../Makefile.efiboot" 17 1.2.2.2 pgoyette 18 1.2.2.2 pgoyette release: check_RELEASEDIR 19 1.2.2.2 pgoyette ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \ 20 1.2.2.2 pgoyette ${RELEASEDIR}/${MACHINE}/installation/misc 21