summaryrefslogtreecommitdiff
path: root/sys/modules/random_other
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2015-08-17 07:36:12 +0000
committerMark Murray <markm@FreeBSD.org>2015-08-17 07:36:12 +0000
commit646041a89aeab0d79fa350c401de57e1c8b85ac2 (patch)
tree607f453932abecc199a5542abc16308de508677e /sys/modules/random_other
parent7a40703db93b4c09f516a89084d01faa533ed195 (diff)
Notes
Diffstat (limited to 'sys/modules/random_other')
-rw-r--r--sys/modules/random_other/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/random_other/Makefile b/sys/modules/random_other/Makefile
new file mode 100644
index 000000000000..6ce586bf057b
--- /dev/null
+++ b/sys/modules/random_other/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/random
+
+KMOD = random_OTHER
+SRCS = randomdev.c hash.c other_algorithm.c
+SRCS += opt_param.h bus_if.h device_if.h
+SRCS += opt_ddb.h
+CFLAGS += -DRANDOM_LOADABLE
+
+.include <bsd.kmod.mk>