aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/u-boot-bhyve-riscv/Makefile
blob: 29039cc4ccce918a37e82b88c0e35f0e2d1a7e03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		bhyve-riscv
BOARD_CONFIG=	bhyve-riscv64_smode_defconfig
FAMILY=		bhyve
UBOOT_ARCH=	riscv64
UBOOT_VERSION=	2024.10

UBOOT_PLIST=	u-boot.bin

EXTRA_PATCHES=	${.CURDIR}/files/

.include "${MASTERDIR}/Makefile"