svn commit: r254185 - head/sys/modules/random

Konstantin Belousov kib at FreeBSD.org
Sat Aug 10 18:23:28 UTC 2013


Author: kib
Date: Sat Aug 10 18:23:28 2013
New Revision: 254185
URL: http://svnweb.freebsd.org/changeset/base/254185

Log:
  Restore the ability to kldload random.ko, by linking in the newly
  added random_adaptors.c.

Modified:
  head/sys/modules/random/Makefile

Modified: head/sys/modules/random/Makefile
==============================================================================
--- head/sys/modules/random/Makefile	Sat Aug 10 18:23:18 2013	(r254184)
+++ head/sys/modules/random/Makefile	Sat Aug 10 18:23:28 2013	(r254185)
@@ -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


More information about the svn-src-all mailing list