diff options
| author | Heinrich Schuchardt <[email protected]> | 2019-12-24 22:17:37 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2020-01-07 18:08:21 +0100 |
| commit | 4f24ac08afccd5f51f0b4c7023fc8cf45efe8163 (patch) | |
| tree | 502ca8e1ab0da77acbfcd562d6392cf7f65c122d /cmd/Makefile | |
| parent | 03018ea8fd09b3dffb63830e5c0e445de42f572a (diff) | |
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 <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 12e898d9620..8df39f3a19f 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 |
