mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 11:03:31 +00:00
Only supports the use cases we currently need, currently support for using Intel hardware rng to initialise and add entropy. Supports oneshot and service mode. Call as `rngd -1` for one shot mode. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
65 B
Makefile
5 lines
65 B
Makefile
IMAGE=rngd
|
|
DEPS=$(wildcard cmd/rngd/*.go)
|
|
|
|
include ../package.mk
|