blob: 4e8795c7af2cac697425ecc791262024389d0691 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
MAINTAINER= manuFreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= nanopi_neo_air
BOARD_CONFIG= nanopi_neo_air_defconfig
FAMILY= allwinner
.include "${MASTERDIR}/Makefile"
|