mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 17:49:23 +00:00
Epoll in `syscall` package does not work on arm64. We do not have arm64 yet here, but we will when we add tpm support etc. Signed-off-by: Justin Cormack <justin@specialbusservice.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
|