e929aea23c
This round is @FreeBSD.org residents except teams.
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= manu@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= nanopi_neo_air
|
|
BOARD_CONFIG= nanopi_neo_air_defconfig
|
|
FAMILY= allwinner
|
|
|
|
.include "${MASTERDIR}/Makefile"
|