]> git.proxmox.com Git - qemu.git/commitdiff
rng-random: only build on POSIX platforms
authorAnthony Liguori <aliguori@us.ibm.com>
Sat, 17 Nov 2012 13:40:47 +0000 (07:40 -0600)
committerAnthony 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

index 875eebce6a0081cf38e8d3f6708f69704284e0de..883676106b6d7e7c4ea8b7af8e92262b61149e99 100644 (file)
@@ -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