freebsd-ports/sysutils/u-boot-cubox-hummingboard/Makefile
Ian Lepore 4c8183f1e7 Update SolidRun Cubox and Hummingboard U-Boot to use the new master port;
also effectively updates the u-boot version from 2013.10 to 2017.01

Reviewed by:	imp
Approved by:	imp
2017-03-09 22:44:33 +00:00

18 lines
348 B
Makefile

# $FreeBSD$
MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= cubox-hummingboard
BOARD_CONFIG= mx6cuboxi_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"