summaryrefslogtreecommitdiffstats
path: root/sys/modules/random_fortuna/Makefile
blob: e1290eb32f46489d015181864c8b7cf2bd6b0173 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH:	${SRCTOP}/sys/dev/random

KMOD	= random_fortuna
SRCS	= randomdev.c hash.c fortuna.c
SRCS	+= opt_param.h bus_if.h device_if.h
SRCS	+= opt_ddb.h
CFLAGS	+= -DRANDOM_LOADABLE

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud