freebsd-ports/sysutils/u-boot-rpi2/Makefile
Emmanuel Vadot 8b560bb51c Update the u-boot-rpi2 port to use the u-boot-master port.
This also bring u-boot to version 2017.09 and the firmware files are no
longer in this port but in sysutils/rpi-firmware.
Also I'm stepping in as maintainer.

Tested On: RPI2v1.1, RPI2v1.2

Reviewed by:	imp
Approved by:	imp
Differential Revision:	https://reviews.freebsd.org/D13049
2017-11-15 18:57:48 +00:00

12 lines
249 B
Makefile

# $FreeBSD$
MAINTAINER= manu@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= rpi2
BOARD_CONFIG= rpi_2_defconfig
FAMILY= rpi
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
.include "${MASTERDIR}/Makefile"