diff options
author | aymeric <aymeric@pkgsrc.org> | 2018-10-14 19:26:55 +0000 |
---|---|---|
committer | aymeric <aymeric@pkgsrc.org> | 2018-10-14 19:26:55 +0000 |
commit | dbf771f5d07c7dc56b0828df6f9a3c20dc56acc4 (patch) | |
tree | 2629f82b0db3342f6394342e9d7756eb59d7c301 /sysutils/u-boot | |
parent | 9284fb2ede4f7b15fe8855f1149cacd2d7b1a2dd (diff) | |
download | pkgsrc-dbf771f5d07c7dc56b0828df6f9a3c20dc56acc4.tar.gz |
Glue in u-boot-de0-nanosoc
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r-- | sysutils/u-boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/u-boot/Makefile b/sysutils/u-boot/Makefile index 874a6d62d7e..e55577bd316 100644 --- a/sysutils/u-boot/Makefile +++ b/sysutils/u-boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/06/27 14:02:59 thorpej Exp $ +# $NetBSD: Makefile,v 1.7 2018/10/14 19:26:55 aymeric Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" @@ -22,6 +22,7 @@ DEPENDS+= u-boot-chip-[0-9]*:../../sysutils/u-boot-chip DEPENDS+= u-boot-cubieboard2-[0-9]*:../../sysutils/u-boot-cubieboard2 DEPENDS+= u-boot-cubieboard4-[0-9]*:../../sysutils/u-boot-cubieboard4 DEPENDS+= u-boot-cubietruck-[0-9]*:../../sysutils/u-boot-cubietruck +DEPENDS+= u-boot-de0-nanosoc-[0-9]*:../../sysutils/u-boot-de0-nanosoc DEPENDS+= u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31 DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1 DEPENDS+= u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1 |