freebsd-ports/sysutils/u-boot-orangepi-one/Makefile
Warner Losh 1907015066 Convert all the allwinnner-based u-boot boards over to
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot
port's needs for more tools.
2017-01-12 22:49:08 +00:00

10 lines
192 B
Makefile

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