freebsd-ports/sysutils/u-boot-pinebook/Makefile
Emmanuel Vadot 97dfdb9cd8 Update U-Boot to 2019.01
This removes a lot of local patches

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

9 lines
158 B
Makefile

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