head	1.1;
access;
symbols
	pkgsrc-2026Q3:1.1.0.2
	pkgsrc-2026Q3-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.09.10.20.03.41;	author yurix;	state Exp;
branches;
next	;
commitid	CfET5vwcN90X57VG;


desc
@@


1.1
log
@u-boot-lego-ev3: add version 2024.10

Add the second stage u-boot for the Lego Mindstorms EV3. This is part of the
project to make NetBSD usable on the EV3.
@
text
@# $NetBSD$

UBOOT_TARGET=	lego-ev3
UBOOT_CONFIG=	legoev3_defconfig
UBOOT_BIN=	u-boot.bin

UBOOT_INSTALLBOOT_PLIST=	installboot.plist
UBOOT_VERSION=		2024.10

# include u-boot first so it can set PATCHDIR
.include "../../sysutils/u-boot/u-boot-arm.mk"

.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
BUILDLINK_DEPMETHOD.openssl?=build
.include "../../security/openssl/buildlink3.mk"
.endif

.include "../../mk/bsd.pkg.mk"
@
