diff options
author | manu <manu@FreeBSD.org> | 2019-07-27 22:51:48 +0800 |
---|---|---|
committer | manu <manu@FreeBSD.org> | 2019-07-27 22:51:48 +0800 |
commit | 3faa730ed4e4a003e6cd6786c9967ea81c11347d (patch) | |
tree | 3f6050f8fcfa3677deeb068ed94688423b3cca9d /sysutils/Makefile | |
parent | 33f4b56fb1e3b837050adbe23daf88bd05b9de1f (diff) | |
download | freebsd-ports-gnome-3faa730ed4e4a003e6cd6786c9967ea81c11347d.tar.gz freebsd-ports-gnome-3faa730ed4e4a003e6cd6786c9967ea81c11347d.tar.zst freebsd-ports-gnome-3faa730ed4e4a003e6cd6786c9967ea81c11347d.zip |
sysutils/linux-rkbin: Add new port for RockChip SoC firmware and utils
This contain some firmware and tools needed to build a bootloader for
some RockChip SoCs.
Only include the firmware needed for RK33* as those are the only SoC
that we support right now.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 907d85c2a053..ac461f4105c2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -590,6 +590,7 @@ SUBDIR += linux-c7-lttng-ust SUBDIR += linux-c7-userspace-rcu SUBDIR += linux-crashplan + SUBDIR += linux-rkbin SUBDIR += linuxfdisk SUBDIR += livecd SUBDIR += lizardfs |