freebsd-ports/sysutils/u-boot-a64-olinuxino/Makefile
Emmanuel Vadot 8c37ccba99 Add sysutils/u-boot-a64-olinuxino
A64-Olinuxino is a Single Board Computer based on the Allwinner A64 SoC.

Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D13562
2017-12-20 20:35:49 +00:00

10 lines
198 B
Makefile

# $FreeBSD$
MAINTAINER= uboot@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= a64-olinuxino
BOARD_CONFIG= a64-olinuxino_defconfig
FAMILY= allwinner64
.include "${MASTERDIR}/Makefile"