summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-08-10 18:23:28 +0000
committerkib <kib@FreeBSD.org>2013-08-10 18:23:28 +0000
commit9cf594447b464247718faa3735296514e8d0928c (patch)
tree73e9273887d9acd75ab7a09a2d0f3d5d0d990d7f /sys/modules
parent962456a2eae3f3c886e7e6df87cc769f2b8bbbe6 (diff)
downloadFreeBSD-src-9cf594447b464247718faa3735296514e8d0928c.zip
FreeBSD-src-9cf594447b464247718faa3735296514e8d0928c.tar.gz
Restore the ability to kldload random.ko, by linking in the newly
added random_adaptors.c.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/random/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index ad14899..a6fb5fb 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -5,7 +5,7 @@
.PATH: ${.CURDIR}/../../crypto/sha2
KMOD= random
-SRCS= randomdev.c probe.c
+SRCS= randomdev.c random_adaptors.c probe.c
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
SRCS+= nehemiah.c
SRCS+= ivy.c
OpenPOWER on IntegriCloud