aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-riotboard/Makefile
blob: 3a4c1bf4a72cdf67b65ca0d303ecb6d4b350e7b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

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

MODEL=		riotboard
BOARD_CONFIG=	riotboard_defconfig
FAMILY=		imx6

UBOOT_PLIST=	u-boot.imx

.include "${MASTERDIR}/Makefile"