1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/u-boot-nanopi-neo2/Makefile
Emmanuel Vadot f368e4ee5a New Port: sysutils/u-boot-nanopi-neo2
Add u-boot port for NanoPi NEO2 ARM board.
Submitted by:	Manuel Stühn (freebsdnewbie@freenet.de)
Differential Revision:	https://reviews.freebsd.org/D20128
2019-05-02 13:00:53 +00:00

10 lines
190 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= nanopi-neo2
BOARD_CONFIG= nanopi_neo2_defconfig
FAMILY= allwinner64
.include "${MASTERDIR}/Makefile"