1 1.2.2.3 pgoyette # $NetBSD: Makefile,v 1.2.2.3 2018/10/20 06:58:46 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.3 pgoyette #CFLAGS+= -DEFIBOOT_ACPI 13 1.2.2.2 pgoyette 14 1.2.2.2 pgoyette .include "${.CURDIR}/../Makefile.efiboot" 15 1.2.2.2 pgoyette 16 1.2.2.2 pgoyette release: check_RELEASEDIR 17 1.2.2.2 pgoyette ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \ 18 1.2.2.2 pgoyette ${RELEASEDIR}/${MACHINE}/installation/misc 19