summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-10-14 18:24:30 +0000
committermarkm <markm@FreeBSD.org>2013-10-14 18:24:30 +0000
commite8958f2a0be4044af0aee3bb93c99a2d92d32d22 (patch)
treed02934087a05d8de67db95705ec3d1d2bcf37fa9
parent2f58c55ded3493e5a70649285980b1c76297e6f0 (diff)
downloadFreeBSD-src-e8958f2a0be4044af0aee3bb93c99a2d92d32d22.zip
FreeBSD-src-e8958f2a0be4044af0aee3bb93c99a2d92d32d22.tar.gz
MFC: Add extra files to the KLD random.ko module to allow it to load.
Approved by: re (kib)
-rw-r--r--sys/modules/random/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index a0c6077..332515d 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -11,6 +11,7 @@ SRCS+= nehemiah.c
SRCS+= ivy.c
.endif
SRCS+= randomdev_soft.c yarrow.c hash.c
+SRCS+= random_harvestq.c live_entropy_sources.c rwfile.c
SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha2.c
SRCS+= bus_if.h device_if.h vnode_if.h opt_cpu.h opt_random.h
OpenPOWER on IntegriCloud