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