Home | History | Annotate | Line # | Download | only in bootx64
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2017/01/24 11:09:14 nonaka Exp $
      2 
      3 PROG=		bootx64.efi
      4 OBJFMT=		pei-x86-64
      5 NEWVERSWHAT=	"EFI Boot (x64)"
      6 
      7 EXTRA_SOURCES=	efibootx64.c startprog64.S
      8 
      9 COPTS+=		-mno-red-zone
     10 CPPFLAGS+=	-DEFI_FUNCTION_WRAPPER
     11 
     12 .include "${.CURDIR}/../Makefile.efiboot"
     13