8c37ccba99
A64-Olinuxino is a Single Board Computer based on the Allwinner A64 SoC. Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D13562
10 lines
198 B
Makefile
10 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= uboot@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= a64-olinuxino
|
|
BOARD_CONFIG= a64-olinuxino_defconfig
|
|
FAMILY= allwinner64
|
|
|
|
.include "${MASTERDIR}/Makefile"
|