Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.1 2021/09/30 20:02:55 jmcneill Exp $ .include <bsd.own.mk> .if ${HAVE_UEFI:Uno} == "yes" . if ${MACHINE_ARCH} == "riscv64" SUBDIR+= ../../../stand/efiboot/bootriscv64 . endif .endif .include <bsd.subdir.mk>