diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-06-25 10:03:47 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-11-16 08:36:12 -0600 |
commit | a9b7b2ad7b075dba5495271706670e5c6b1304bc (patch) | |
tree | afb6265b0527f4c88aae906c69e079d97303d052 /Makefile.objs | |
parent | 0e5588438d921b8686bbf455f400f727b2ff7b62 (diff) |
rng: add RndBackend abstract object class
This is the backend used by devices that need to request entropy.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
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) |