projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24dc9f
)
rng-random: only build on POSIX platforms
author
Anthony Liguori
<aliguori@us.ibm.com>
Sat, 17 Nov 2012 13:40:47 +0000
(07:40 -0600)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 19 Nov 2012 14:22:28 +0000
(08:22 -0600)
There is no /dev/random on win32.
Cc: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
backends/Makefile.objs
patch
|
blob
|
history
diff --git
a/backends/Makefile.objs
b/backends/Makefile.objs
index 875eebce6a0081cf38e8d3f6708f69704284e0de..883676106b6d7e7c4ea8b7af8e92262b61149e99 100644
(file)
--- a/
backends/Makefile.objs
+++ b/
backends/Makefile.objs
@@
-1
+1,2
@@
-common-obj-y += rng.o rng-random.o rng-egd.o
+common-obj-y += rng.o rng-egd.o
+common-obj-$(CONFIG_POSIX) += rng-random.o