svn commit: r447347 - head/sysutils/u-boot-zedboard

Warner Losh imp at FreeBSD.org
Fri Aug 4 16:01:41 UTC 2017


Author: imp
Date: Fri Aug  4 16:01:40 2017
New Revision: 447347
URL: https://svnweb.freebsd.org/changeset/ports/447347

Log:
  Add Makefile forgotten in r447312.

Added:
  head/sysutils/u-boot-zedboard/Makefile   (contents, props changed)

Added: head/sysutils/u-boot-zedboard/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-zedboard/Makefile	Fri Aug  4 16:01:40 2017	(r447347)
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+MAINTAINER=     imp at FreeBSD.org
+MASTERDIR=      ${.CURDIR}/../u-boot-master
+
+MODEL=          zedboard
+BOARD_CONFIG=   zynq_zed_defconfig
+FAMILY=         zynq_7000
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list