aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-nanopi-neo-air/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-08-02 18:16:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-08-02 18:16:52 +0000
commit9568851488eabf7f69733ea70251b2defd52d24f (patch)
tree8d63777417948418391873bc81fb11fbae93ec95 /sysutils/u-boot-nanopi-neo-air/Makefile
parent5ce1369a9553dcd30a2b6cdb7f649b463d58c36d (diff)
downloadports-9568851488eabf7f69733ea70251b2defd52d24f.tar.gz
ports-9568851488eabf7f69733ea70251b2defd52d24f.zip
Add U-Boot ports for nanopi-m1plus and nanopi-neo-air.
PR: 221180, 221181 Submitted by: manu
Notes
Notes: svn path=/head/; revision=447139
Diffstat (limited to 'sysutils/u-boot-nanopi-neo-air/Makefile')
-rw-r--r--sysutils/u-boot-nanopi-neo-air/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/u-boot-nanopi-neo-air/Makefile b/sysutils/u-boot-nanopi-neo-air/Makefile
new file mode 100644
index 000000000000..4e8795c7af2c
--- /dev/null
+++ b/sysutils/u-boot-nanopi-neo-air/Makefile
@@ -0,0 +1,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"