summaryrefslogtreecommitdiff
path: root/backends/Makefile.objs
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-06-25 10:03:47 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2012-11-16 08:36:12 -0600
commita9b7b2ad7b075dba5495271706670e5c6b1304bc (patch)
treeafb6265b0527f4c88aae906c69e079d97303d052 /backends/Makefile.objs
parent0e5588438d921b8686bbf455f400f727b2ff7b62 (diff)
downloadqemu-a9b7b2ad7b075dba5495271706670e5c6b1304bc.tar.gz
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 'backends/Makefile.objs')
-rw-r--r--backends/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs
new file mode 100644
index 0000000000..06e08c782d
--- /dev/null
+++ b/backends/Makefile.objs
@@ -0,0 +1 @@
+common-obj-y += rng.o