forked from Lainports/freebsd-ports
We have more than one Allwinner 64bits SoC u-boot ports now and others are coming. Move the dependencies into the u-boot-master ports. While here, switch maintainer on u-boot-pine64 and u-boot-sopine to uboot@ as discussed with imp@ and brd@ Reviewed by: imp (maintainer) Approved by: imp Differential Revision: https://reviews.freebsd.org/D13450
10 lines
189 B
Makefile
10 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= uboot@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= pine64
|
|
BOARD_CONFIG= pine64_plus_defconfig
|
|
FAMILY= allwinner64
|
|
|
|
.include "${MASTERDIR}/Makefile"
|