This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
927fa909d5
qemu
/
backends
/
Makefile.objs
3 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2012-11-17 17:40:47 +04:00
common-obj-y
+=
rng.o rng-egd.o
common-obj-$(CONFIG_POSIX)
+=
rng-random.o
Reference in New Issue
Copy Permalink