Home | History | Annotate | Line # | Download | only in bootaa64
Makefile revision 1.2.2.2
      1  1.2.2.2  pgoyette # $NetBSD: Makefile,v 1.2.2.2 2018/09/06 06:56:47 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.2  pgoyette 
     13  1.2.2.2  pgoyette .include "${.CURDIR}/../Makefile.efiboot"
     14  1.2.2.2  pgoyette 
     15  1.2.2.2  pgoyette release: check_RELEASEDIR
     16  1.2.2.2  pgoyette 	${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
     17  1.2.2.2  pgoyette 		${RELEASEDIR}/${MACHINE}/installation/misc
     18