diff options
author | mrg <mrg@pkgsrc.org> | 2019-04-29 07:48:49 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2019-04-29 07:48:49 +0000 |
commit | 1eb61c4586f357da7f0e4d5c29241341162b3026 (patch) | |
tree | 4f6c16a455293ea0e7d91b7c0ed70f24468e98b9 /sysutils/Makefile | |
parent | 888e4481930a9e9b91643af5a2f0ac25caaa1b2f (diff) | |
download | pkgsrc-1eb61c4586f357da7f0e4d5c29241341162b3026.tar.gz |
add u-boot for cubietruck plus (cubieboard 5). works just fine.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 0983aff48ac..0f44f3d8f9d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.806 2019/04/19 10:39:53 jmcneill Exp $ +# $NetBSD: Makefile,v 1.807 2019/04/29 07:48:49 mrg Exp $ # COMMENT= System utilities @@ -628,6 +628,7 @@ SUBDIR+= u-boot-chip-pro SUBDIR+= u-boot-cubieboard2 SUBDIR+= u-boot-cubieboard4 SUBDIR+= u-boot-cubietruck +SUBDIR+= u-boot-cubietruck-plus SUBDIR+= u-boot-de0-nanosoc SUBDIR+= u-boot-hummingbird-a31 SUBDIR+= u-boot-jetson-tk1 |