This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
qemu-e2k
/
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 07:40:47 -06:00
common-obj-y
+=
rng.o rng-egd.o
common-obj-$(CONFIG_POSIX)
+=
rng-random.o
Reference in New Issue
Copy Permalink