aboutsummaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-12-24 22:17:37 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-07 18:08:21 +0100
commit4f24ac08afccd5f51f0b4c7023fc8cf45efe8163 (patch)
tree502ca8e1ab0da77acbfcd562d6392cf7f65c122d /cmd/Makefile
parent03018ea8fd09b3dffb63830e5c0e445de42f572a (diff)
downloadu-boot-4f24ac08afccd5f51f0b4c7023fc8cf45efe8163.zip
u-boot-4f24ac08afccd5f51f0b4c7023fc8cf45efe8163.tar.gz
u-boot-4f24ac08afccd5f51f0b4c7023fc8cf45efe8163.tar.bz2
cmd: add rng command
For the RNG uclass we currently only have a test working on the sandbox. Provide a command to test the hardware random number generator on non-sandbox systems. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index 12e898d..8df39f3 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -117,6 +117,7 @@ obj-$(CONFIG_CMD_READ) += read.o
obj-$(CONFIG_CMD_REGINFO) += reginfo.o
obj-$(CONFIG_CMD_REISER) += reiser.o
obj-$(CONFIG_CMD_REMOTEPROC) += remoteproc.o
+obj-$(CONFIG_CMD_RNG) += rng.o
obj-$(CONFIG_CMD_ROCKUSB) += rockusb.o
obj-$(CONFIG_SANDBOX) += host.o
obj-$(CONFIG_CMD_SATA) += sata.o