aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-qemu-arm64/Makefile
blob: 806718e51b585e451fd83be2b624463fe24aae30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		qemu-arm64
BOARD_CONFIG=	qemu_arm64_defconfig
FAMILY=		qemu
UBOOT_ARCH=	aarch64

UBOOT_PLIST=	u-boot.bin

.include "${MASTERDIR}/Makefile"