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 --- backends/Makefile.objs | 1 + 1 file changed, 1 insertion(+) create mode 100644 backends/Makefile.objs (limited to 'backends/Makefile.objs') 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 -- cgit v1.2.1