1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/sysutils/u-boot-zybo/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

12 lines
180 B
Makefile

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