Home | History | Annotate | Line # | Download | only in etc.riscv
Makefile.inc revision 1.2
      1  1.2  jmcneill #	$NetBSD: Makefile.inc,v 1.2 2021/10/01 10:38:03 jmcneill Exp $
      2  1.2  jmcneill #
      3  1.2  jmcneill #	etc.riscv/Makefile.inc -- riscv-specific etc Makefile targets
      4  1.2  jmcneill #
      5  1.2  jmcneill 
      6  1.2  jmcneill KERNEL_SETS=		GENERIC
      7  1.2  jmcneill EXTRA_KERNELS=		INSTALL
      8  1.2  jmcneill 
      9  1.2  jmcneill .if ${MACHINE_ARCH} == "riscv64" && ${HAVE_UEFI} == "yes"
     10  1.2  jmcneill INSTALLATION_DIRS+=	installation/misc
     11  1.2  jmcneill .endif
     12  1.2  jmcneill 
     13  1.2  jmcneill snap_md_post:
     14  1.2  jmcneill .if ${MACHINE_ARCH} == "riscv64" && ${HAVE_UEFI} == "yes"
     15  1.2  jmcneill 	cd ${KERNSRCDIR}/stand/efiboot/bootriscv64 && ${MAKE} release
     16  1.2  jmcneill 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.efi'
     17  1.2  jmcneill .endif
     18  1.2  jmcneill 
     19  1.2  jmcneill .include <bsd.own.mk>
     20