From a9b7b2ad7b075dba5495271706670e5c6b1304bc Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 25 Jun 2012 10:03:47 -0500 Subject: rng: add RndBackend abstract object class This is the backend used by devices that need to request entropy. Signed-off-by: Anthony Liguori --- Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 37be7e26f7..dc1e699914 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -100,6 +100,8 @@ common-obj-y += vl.o common-obj-$(CONFIG_SLIRP) += slirp/ +common-obj-y += backends/ + ###################################################################### # libseccomp ifeq ($(CONFIG_SECCOMP),y) -- cgit v1.2.1