aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-riotboard/Makefile
blob: d710be0389c80af61712c9df3578d9d27b364ec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		riotboard
BOARD_CONFIG=	riotboard_defconfig
FAMILY=		imx6

UBOOT_PLIST=	u-boot.imx
UBOOT_EXTRA_TARGETS=	u-boot.imx

.include "${MASTERDIR}/Makefile"