freebsd-ports/sysutils/u-boot-zybo/Makefile
Warner Losh 6c7275921b Add support for Zybo Zynq-based board.
Submitted by: Thomas Skibo
2017-08-04 01:00:13 +00:00

10 lines
207 B
Makefile

# $FreeBSD$
MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= zybo
BOARD_CONFIG= zynq_zybo_defconfig
FAMILY= zynq_7000
.include "${MASTERDIR}/Makefile"