aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-wandboard/Makefile
blob: f4844c0a9f9de73cea2926c456d2954700ea3962 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		wandboard
BOARD_CONFIG=	wandboard_defconfig
FAMILY=		imx6

IMXFILE=	u-boot.imx
UBOOT_PLIST=	${IMXFILE}

ALL_TARGET=	u-boot-with-spl.imx

pre-install: .PHONY
	@${CP} ${WRKSRC}/u-boot-with-spl.imx ${WRKSRC}/${IMXFILE}

.include "${MASTERDIR}/Makefile"