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 +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…
Reference in New Issue
Block a user