mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:35:58 +00:00
Although it does not do anything, as there is no CPU rng on arm64 at present. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
96 B
Makefile
5 lines
96 B
Makefile
IMAGE=rngd
|
|
DEPS:=$(wildcard cmd/rngd/*.go) $(shell find cmd/rngd/vendor)
|
|
|
|
include ../package.mk
|