1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/sysutils/u-boot-sopine/Makefile
Emmanuel Vadot d257b921aa Add u-boot port for Sopine/Pine64-LTS
Reviewed by:	imp (earlier version)
Approved by:	imp
Differential Revision:	https://reviews.freebsd.org/D13022
2017-11-11 17:08:49 +00:00

17 lines
440 B
Makefile

# $FreeBSD$
MAINTAINER= manu@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= sopine
BOARD_CONFIG= sopine_baseboard_defconfig
FAMILY= allwinner64
BUILD_DEPENDS= ${LOCALBASE}/share/atf-allwinner/bl31.bin:sysutils/atf-allwinner
MAKE_ENV+= BL31=${LOCALBASE}/share/atf-allwinner/bl31.bin
post-build:
${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
.include "${MASTERDIR}/Makefile"