freebsd-ports/sysutils/u-boot-pine64-lts/Makefile
Emmanuel Vadot b87be0dd7e Add a new u-boot port for pine64-lts
In release 2019.01 a special config file was added for this board.
Add the port and remove the mention of this board in the sopine pkg-descr
file.

Approved by:	bapt (mentor, implicit)
2019-02-04 18:25:40 +00:00

9 lines
162 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= pine64-lts
BOARD_CONFIG= pine64-lts_defconfig
FAMILY= allwinner64
.include "${MASTERDIR}/Makefile"