mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
2a38e0aa01
Beaglebone slave port change its defconfig. ZYNC related u-boot are broken.
12 lines
180 B
Makefile
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"
|