freebsd-ports/sysutils/u-boot-orangepi-pc/Makefile
Mark Linimon 636dbed25d Add sysutils/u-boot-orangepi-pc, U-Boot for Orange Pi PC.
This port is a near-direct copy of sysutils/u-boot-orangepi-pc2 except
for being 64-bit.

PR:		226013
Submitted by:	Greg V <greg at unrelenting dot technology>
2018-02-19 01:27:32 +00:00

10 lines
192 B
Makefile

# $FreeBSD$
MAINTAINER= uboot@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= orangepi-pc
BOARD_CONFIG= orangepi_pc_defconfig
FAMILY= allwinner
.include "${MASTERDIR}/Makefile"