freebsd-ports/sysutils/u-boot-zedboard/Makefile
Emmanuel Vadot 2a38e0aa01 sysutils/u-boot: Update to 2019.04
Beaglebone slave port change its defconfig.
ZYNC related u-boot are broken.
2019-04-10 21:16:47 +00:00

11 lines
183 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
BROKEN= fails to compile
MODEL= zedboard
BOARD_CONFIG= zynq_zed_defconfig
FAMILY= zynq_7000
.include "${MASTERDIR}/Makefile"