mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
rng-random: only build on POSIX platforms
There is no /dev/random on win32. Cc: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e24dc9feb0
commit
e75fce6cda
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue